AlphabetIndexer.GetSections 方法

定义

返回从构造函数中提供的字母表构造的节数组。

[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[]

返回

Object[]

节数组

实现

属性

注解

返回从构造函数中提供的字母表构造的节数组。

适用于 . 的 android.widget.AlphabetIndexer.getSections()Java 文档

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

适用于