MeasureFormat.GetInstance Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| GetInstance(Locale, MeasureFormat+FormatWidth, NumberFormat) |
Erstellen Sie ein Format aus dem Gebietsschema, formatWidth und format. |
| GetInstance(ULocale, MeasureFormat+FormatWidth, NumberFormat) |
Erstellen Sie ein Format aus dem Gebietsschema, formatWidth und Format. |
| GetInstance(ULocale, MeasureFormat+FormatWidth) |
Erstellen Sie ein Format aus dem Gebietsschema, formatWidth und Format. |
| GetInstance(Locale, MeasureFormat+FormatWidth) |
Erstellen Sie ein Format aus dem Gebietsschema und formatWidth. |
GetInstance(Locale, MeasureFormat+FormatWidth, NumberFormat)
Erstellen Sie ein Format aus dem Gebietsschema, formatWidth und format.
[Android.Runtime.Register("getInstance", "(Ljava/util/Locale;Landroid/icu/text/MeasureFormat$FormatWidth;Landroid/icu/text/NumberFormat;)Landroid/icu/text/MeasureFormat;", "", ApiSince=24)]
public static Android.Icu.Text.MeasureFormat? GetInstance(Java.Util.Locale? locale, Android.Icu.Text.MeasureFormat.FormatWidth? formatWidth, Android.Icu.Text.NumberFormat? format);
[<Android.Runtime.Register("getInstance", "(Ljava/util/Locale;Landroid/icu/text/MeasureFormat$FormatWidth;Landroid/icu/text/NumberFormat;)Landroid/icu/text/MeasureFormat;", "", ApiSince=24)>]
static member GetInstance : Java.Util.Locale * Android.Icu.Text.MeasureFormat.FormatWidth * Android.Icu.Text.NumberFormat -> Android.Icu.Text.MeasureFormat
Parameter
- locale
- Locale
das Gebietsschema.
- formatWidth
- MeasureFormat.FormatWidth
gibt an, wie lange formatierte Zeichenfolgen sein sollen.
- format
- NumberFormat
Dies wird defensiv kopiert.
Gibt zurück
Das neue MeasureFormat-Objekt.
- Attribute
Hinweise
Erstellen Sie ein Format aus dem Gebietsschema, formatWidth und format.
Android-Referenz für android.icu.text.MeasureFormat.getInstance.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.
Gilt für:
GetInstance(ULocale, MeasureFormat+FormatWidth, NumberFormat)
Erstellen Sie ein Format aus dem Gebietsschema, formatWidth und Format.
[Android.Runtime.Register("getInstance", "(Landroid/icu/util/ULocale;Landroid/icu/text/MeasureFormat$FormatWidth;Landroid/icu/text/NumberFormat;)Landroid/icu/text/MeasureFormat;", "", ApiSince=24)]
public static Android.Icu.Text.MeasureFormat? GetInstance(Android.Icu.Util.ULocale? locale, Android.Icu.Text.MeasureFormat.FormatWidth? formatWidth, Android.Icu.Text.NumberFormat? format);
[<Android.Runtime.Register("getInstance", "(Landroid/icu/util/ULocale;Landroid/icu/text/MeasureFormat$FormatWidth;Landroid/icu/text/NumberFormat;)Landroid/icu/text/MeasureFormat;", "", ApiSince=24)>]
static member GetInstance : Android.Icu.Util.ULocale * Android.Icu.Text.MeasureFormat.FormatWidth * Android.Icu.Text.NumberFormat -> Android.Icu.Text.MeasureFormat
Parameter
- locale
- ULocale
das Gebietsschema.
- formatWidth
- MeasureFormat.FormatWidth
gibt an, wie lange formatierte Zeichenfolgen sein sollen.
- format
- NumberFormat
Dies wird defensiv kopiert.
Gibt zurück
Das neue MeasureFormat-Objekt.
- Attribute
Hinweise
Erstellen Sie ein Format aus dem Gebietsschema, formatWidth und Format.
Android-Referenz für android.icu.text.MeasureFormat.getInstance.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.
Gilt für:
GetInstance(ULocale, MeasureFormat+FormatWidth)
Erstellen Sie ein Format aus dem Gebietsschema, formatWidth und Format.
[Android.Runtime.Register("getInstance", "(Landroid/icu/util/ULocale;Landroid/icu/text/MeasureFormat$FormatWidth;)Landroid/icu/text/MeasureFormat;", "", ApiSince=24)]
public static Android.Icu.Text.MeasureFormat? GetInstance(Android.Icu.Util.ULocale? locale, Android.Icu.Text.MeasureFormat.FormatWidth? formatWidth);
[<Android.Runtime.Register("getInstance", "(Landroid/icu/util/ULocale;Landroid/icu/text/MeasureFormat$FormatWidth;)Landroid/icu/text/MeasureFormat;", "", ApiSince=24)>]
static member GetInstance : Android.Icu.Util.ULocale * Android.Icu.Text.MeasureFormat.FormatWidth -> Android.Icu.Text.MeasureFormat
Parameter
- locale
- ULocale
das Gebietsschema.
- formatWidth
- MeasureFormat.FormatWidth
gibt an, wie lange formatierte Zeichenfolgen sein sollen.
Gibt zurück
Das neue MeasureFormat-Objekt.
- Attribute
Hinweise
Erstellen Sie ein Format aus dem Gebietsschema, formatWidth und Format.
Android-Referenz für android.icu.text.MeasureFormat.getInstance.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.
Gilt für:
GetInstance(Locale, MeasureFormat+FormatWidth)
Erstellen Sie ein Format aus dem Gebietsschema und formatWidth.
[Android.Runtime.Register("getInstance", "(Ljava/util/Locale;Landroid/icu/text/MeasureFormat$FormatWidth;)Landroid/icu/text/MeasureFormat;", "", ApiSince=24)]
public static Android.Icu.Text.MeasureFormat? GetInstance(Java.Util.Locale? locale, Android.Icu.Text.MeasureFormat.FormatWidth? formatWidth);
[<Android.Runtime.Register("getInstance", "(Ljava/util/Locale;Landroid/icu/text/MeasureFormat$FormatWidth;)Landroid/icu/text/MeasureFormat;", "", ApiSince=24)>]
static member GetInstance : Java.Util.Locale * Android.Icu.Text.MeasureFormat.FormatWidth -> Android.Icu.Text.MeasureFormat
Parameter
- locale
- Locale
das Gebietsschema.
- formatWidth
- MeasureFormat.FormatWidth
gibt an, wie lange formatierte Zeichenfolgen sein sollen.
Gibt zurück
Das neue MeasureFormat-Objekt.
- Attribute
Hinweise
Erstellen Sie ein Format aus dem Gebietsschema und formatWidth.
Android-Referenz für android.icu.text.MeasureFormat.getInstance.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.