UnicodeSet.ApplyPropertyAlias Method

Definition

Overloads

ApplyPropertyAlias(String, String)
ApplyPropertyAlias(String, String, ISymbolTable)

ApplyPropertyAlias(String, String)

[Android.Runtime.Register("applyPropertyAlias", "(Ljava/lang/String;Ljava/lang/String;)Landroid/icu/text/UnicodeSet;", "GetApplyPropertyAlias_Ljava_lang_String_Ljava_lang_String_Handler", ApiSince=24)]
public virtual Android.Icu.Text.UnicodeSet? ApplyPropertyAlias (string? propertyAlias, string? valueAlias);
[<Android.Runtime.Register("applyPropertyAlias", "(Ljava/lang/String;Ljava/lang/String;)Landroid/icu/text/UnicodeSet;", "GetApplyPropertyAlias_Ljava_lang_String_Ljava_lang_String_Handler", ApiSince=24)>]
abstract member ApplyPropertyAlias : string * string -> Android.Icu.Text.UnicodeSet
override this.ApplyPropertyAlias : string * string -> Android.Icu.Text.UnicodeSet

Parameters

propertyAlias
String
valueAlias
String

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

ApplyPropertyAlias(String, String, ISymbolTable)

[Android.Runtime.Register("applyPropertyAlias", "(Ljava/lang/String;Ljava/lang/String;Landroid/icu/text/SymbolTable;)Landroid/icu/text/UnicodeSet;", "GetApplyPropertyAlias_Ljava_lang_String_Ljava_lang_String_Landroid_icu_text_SymbolTable_Handler", ApiSince=24)]
public virtual Android.Icu.Text.UnicodeSet? ApplyPropertyAlias (string? propertyAlias, string? valueAlias, Android.Icu.Text.ISymbolTable? symbols);
[<Android.Runtime.Register("applyPropertyAlias", "(Ljava/lang/String;Ljava/lang/String;Landroid/icu/text/SymbolTable;)Landroid/icu/text/UnicodeSet;", "GetApplyPropertyAlias_Ljava_lang_String_Ljava_lang_String_Landroid_icu_text_SymbolTable_Handler", ApiSince=24)>]
abstract member ApplyPropertyAlias : string * string * Android.Icu.Text.ISymbolTable -> Android.Icu.Text.UnicodeSet
override this.ApplyPropertyAlias : string * string * Android.Icu.Text.ISymbolTable -> Android.Icu.Text.UnicodeSet

Parameters

propertyAlias
String
valueAlias
String
symbols
ISymbolTable

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