ChoiceFormat Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| ChoiceFormat(String) |
Costruisce con limiti e formati corrispondenti in base al modello. |
| ChoiceFormat(Double[], String[]) |
Costruisce con i limiti e i formati corrispondenti. |
| ChoiceFormat(IntPtr, JniHandleOwnership) |
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime. |
ChoiceFormat(String)
Costruisce con limiti e formati corrispondenti in base al modello.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public ChoiceFormat(string? newPattern);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.Text.ChoiceFormat : string -> Java.Text.ChoiceFormat
Parametri
- newPattern
- String
la nuova stringa del criterio
- Attributi
Eccezioni
se si verifica un errore durante l'analisi del modello.
Commenti
Costruisce con limiti e formati corrispondenti in base al modello.
Documentazione java per java.text.ChoiceFormat.ChoiceFormat(java.lang.String).
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.
Si applica a
ChoiceFormat(Double[], String[])
Costruisce con i limiti e i formati corrispondenti.
[Android.Runtime.Register(".ctor", "([D[Ljava/lang/String;)V", "")]
public ChoiceFormat(double[]? limits, string[]? formats);
[<Android.Runtime.Register(".ctor", "([D[Ljava/lang/String;)V", "")>]
new Java.Text.ChoiceFormat : double[] * string[] -> Java.Text.ChoiceFormat
Parametri
- limits
- Double[]
limiti in ordine crescente
- formats
- String[]
stringhe di formato corrispondenti
- Attributi
Commenti
Costruisce con i limiti e i formati corrispondenti.
Documentazione java per java.text.ChoiceFormat.ChoiceFormat(double[], java.lang.String[]).
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.
Si applica a
ChoiceFormat(IntPtr, JniHandleOwnership)
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.
protected ChoiceFormat(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Text.ChoiceFormat : nativeint * Android.Runtime.JniHandleOwnership -> Java.Text.ChoiceFormat
Parametri
- javaReference
-
IntPtr
nativeint
Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.
- transfer
- JniHandleOwnership
Oggetto JniHandleOwnershipche indica come gestire javaReference
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.