PluralRules.Keywords Proprietà

Definizione

Restituisce un set di tutte le parole chiave della regola utilizzate in questo PluralRules oggetto.

public virtual System.Collections.Generic.ICollection<string>? Keywords { [Android.Runtime.Register("getKeywords", "()Ljava/util/Set;", "GetGetKeywordsHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getKeywords", "()Ljava/util/Set;", "GetGetKeywordsHandler", ApiSince=24)>]
member this.Keywords : System.Collections.Generic.ICollection<string>

Valore della proprietà

Set di parole chiave.

Attributi

Commenti

Restituisce un set di tutte le parole chiave della regola utilizzate in questo PluralRules oggetto. La regola "other" è sempre presente per impostazione predefinita.

per android.icu.text.PluralRules.getKeywords().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a