AlphabetIndexer.GetSections 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 the section array constructed from the alphabet provided in the constructor.
[Android.Runtime.Register("getSections", "()[Ljava/lang/Object;", "GetGetSectionsHandler")]
public virtual Java.Lang.Object[]? GetSections ();
[<Android.Runtime.Register("getSections", "()[Ljava/lang/Object;", "GetGetSectionsHandler")>]
abstract member GetSections : unit -> Java.Lang.Object[]
override this.GetSections : unit -> Java.Lang.Object[]
Returns
the section array
Implements
- Attributes
Remarks
Returns the section array constructed from the alphabet provided in the constructor.
Java documentation for android.widget.AlphabetIndexer.getSections()
.
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.