AccessibilityNodeInfo.CollectionInfo.SelectionMode プロパティ

定義

コレクションの選択モードを取得します。

public int SelectionMode { [Android.Runtime.Register("getSelectionMode", "()I", "")] get; }
[<get: Android.Runtime.Register("getSelectionMode", "()I", "")>]
member this.SelectionMode : int

プロパティ値

コレクションの選択モード。 <ul><li>#SELECTION_MODE_NONE<li>#SELECTION_MODE_SINGLE<li>#SELECTION_MODE_MULTIPLE</ul のいずれか>

属性

注釈

コレクションの選択モードを取得します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象