AlphabeticIndex.AddLabels 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
AddLabels(UnicodeSet) |
Add more index characters (aside from what are in the locale) |
AddLabels(ULocale[]) | |
AddLabels(Locale[]) |
AddLabels(UnicodeSet)
Add more index characters (aside from what are in the locale)
[Android.Runtime.Register("addLabels", "(Landroid/icu/text/UnicodeSet;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)]
public Android.Icu.Text.AlphabeticIndex? AddLabels (Android.Icu.Text.UnicodeSet? additions);
[<Android.Runtime.Register("addLabels", "(Landroid/icu/text/UnicodeSet;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)>]
member this.AddLabels : Android.Icu.Text.UnicodeSet -> Android.Icu.Text.AlphabeticIndex
Parameters
- additions
- UnicodeSet
additional characters to add to the index, such as A-Z.
Returns
this, for chaining
- Attributes
Remarks
Add more index characters (aside from what are in the locale)
Java documentation for android.icu.text.AlphabeticIndex.addLabels(android.icu.text.UnicodeSet)
.
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
AddLabels(ULocale[])
[Android.Runtime.Register("addLabels", "([Landroid/icu/util/ULocale;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)]
public Android.Icu.Text.AlphabeticIndex? AddLabels (params Android.Icu.Util.ULocale[]? additions);
[<Android.Runtime.Register("addLabels", "([Landroid/icu/util/ULocale;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)>]
member this.AddLabels : Android.Icu.Util.ULocale[] -> Android.Icu.Text.AlphabeticIndex
Parameters
- additions
- ULocale[]
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
AddLabels(Locale[])
[Android.Runtime.Register("addLabels", "([Ljava/util/Locale;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)]
public Android.Icu.Text.AlphabeticIndex? AddLabels (params Java.Util.Locale[]? additions);
[<Android.Runtime.Register("addLabels", "([Ljava/util/Locale;)Landroid/icu/text/AlphabeticIndex;", "", ApiSince=24)>]
member this.AddLabels : Java.Util.Locale[] -> Android.Icu.Text.AlphabeticIndex
Parameters
- additions
- Locale[]
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.