UCharacter.GetPropertyEnum Method
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
GetPropertyEnum(ICharSequence) | |
GetPropertyEnum(String) |
GetPropertyEnum(ICharSequence)
[Android.Runtime.Register("getPropertyEnum", "(Ljava/lang/CharSequence;)I", "", ApiSince=24)]
public static int GetPropertyEnum (Java.Lang.ICharSequence? propertyAlias);
[<Android.Runtime.Register("getPropertyEnum", "(Ljava/lang/CharSequence;)I", "", ApiSince=24)>]
static member GetPropertyEnum : Java.Lang.ICharSequence -> int
Parameters
- propertyAlias
- ICharSequence
Returns
- Attributes
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
GetPropertyEnum(String)
public static int GetPropertyEnum (string? propertyAlias);
static member GetPropertyEnum : string -> int
Parameters
- propertyAlias
- String
Returns
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.