UnicodeSet.ApplyPropertyAlias 方法

定义

重载

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

参数

propertyAlias
String
valueAlias
String

返回

属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

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

参数

propertyAlias
String
valueAlias
String
symbols
ISymbolTable

返回

属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于