다음을 통해 공유


Transliterator.AvailableIDs Property

Definition

Returns an enumeration over the programmatic names of registered Transliterator objects.

public static Java.Util.IEnumeration? AvailableIDs { [Android.Runtime.Register("getAvailableIDs", "()Ljava/util/Enumeration;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getAvailableIDs", "()Ljava/util/Enumeration;", "", ApiSince=29)>]
static member AvailableIDs : Java.Util.IEnumeration

Property Value

An Enumeration over String objects

Attributes

Remarks

Returns an enumeration over the programmatic names of registered Transliterator objects. This includes both system transliterators and user transliterators registered using registerClass(). The enumerated names may be passed to getInstance().

Java documentation for android.icu.text.Transliterator.getAvailableIDs().

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