LocaleDisplayNames.UiListItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LocaleDisplayNames.UiListItem(IntPtr, JniHandleOwnership) | |
LocaleDisplayNames.UiListItem(ULocale, ULocale, String, String) |
Constructor, normally only called internally. |
LocaleDisplayNames.UiListItem(IntPtr, JniHandleOwnership)
protected UiListItem (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Text.LocaleDisplayNames.UiListItem : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Text.LocaleDisplayNames.UiListItem
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
LocaleDisplayNames.UiListItem(ULocale, ULocale, String, String)
Constructor, normally only called internally.
[Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;Landroid/icu/util/ULocale;Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=26)]
public UiListItem (Android.Icu.Util.ULocale minimized, Android.Icu.Util.ULocale modified, string nameInDisplayLocale, string nameInSelf);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;Landroid/icu/util/ULocale;Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=26)>]
new Android.Icu.Text.LocaleDisplayNames.UiListItem : Android.Icu.Util.ULocale * Android.Icu.Util.ULocale * string * string -> Android.Icu.Text.LocaleDisplayNames.UiListItem
Parameters
- minimized
- ULocale
locale for an input locale
- modified
- ULocale
modified for an input locale
- nameInDisplayLocale
- String
name of the modified locale in the display locale
- nameInSelf
- String
name of the modified locale in itself
- Attributes
Remarks
Constructor, normally only called internally.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.