PluralRules.GetAllKeywordValues(String) 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.
Returns all the values that trigger this keyword, or null if the number of such values is unlimited.
[Android.Runtime.Register("getAllKeywordValues", "(Ljava/lang/String;)Ljava/util/Collection;", "GetGetAllKeywordValues_Ljava_lang_String_Handler", ApiSince=24)]
public virtual System.Collections.Generic.ICollection<Java.Lang.Double>? GetAllKeywordValues (string? keyword);
[<Android.Runtime.Register("getAllKeywordValues", "(Ljava/lang/String;)Ljava/util/Collection;", "GetGetAllKeywordValues_Ljava_lang_String_Handler", ApiSince=24)>]
abstract member GetAllKeywordValues : string -> System.Collections.Generic.ICollection<Java.Lang.Double>
override this.GetAllKeywordValues : string -> System.Collections.Generic.ICollection<Java.Lang.Double>
Parameters
- keyword
- String
the keyword
Returns
the values that trigger this keyword, or null. The returned collection is immutable. It will be empty if the keyword is not defined.
- Attributes
Remarks
Returns all the values that trigger this keyword, or null if the number of such values is unlimited.
Java documentation for android.icu.text.PluralRules.getAllKeywordValues(java.lang.String)
.
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.