CharacterPickerDialog Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| CharacterPickerDialog(IntPtr, JniHandleOwnership) |
Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime. |
| CharacterPickerDialog(Context, View, IEditable, String, Boolean) |
Crée un characterPickerDialog qui présente l’insertion ou le remplacement spécifié |
CharacterPickerDialog(IntPtr, JniHandleOwnership)
Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime.
protected CharacterPickerDialog(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Method.CharacterPickerDialog : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Method.CharacterPickerDialog
Paramètres
- transfer
- JniHandleOwnership
Indiquant JniHandleOwnershipcomment gérer javaReference
Remarques
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.
S’applique à
CharacterPickerDialog(Context, View, IEditable, String, Boolean)
Crée un characterPickerDialog qui présente l’insertion ou le remplacement spécifié options (selon le sens du insert) dans text.
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/view/View;Landroid/text/Editable;Ljava/lang/String;Z)V", "")]
public CharacterPickerDialog(Android.Content.Context? context, Android.Views.View? view, Android.Text.IEditable? text, string? options, bool insert);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/view/View;Landroid/text/Editable;Ljava/lang/String;Z)V", "")>]
new Android.Text.Method.CharacterPickerDialog : Android.Content.Context * Android.Views.View * Android.Text.IEditable * string * bool -> Android.Text.Method.CharacterPickerDialog
Paramètres
- context
- Context
- view
- View
- text
- IEditable
- options
- String
- insert
- Boolean
- Attributs
Remarques
Crée un characterPickerDialog qui présente l’insertion ou le remplacement spécifié options (selon le sens du insert) dans text.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.