AccessibilityNodeInfo.CollectionInfo.SelectionModeMultiple フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.Accessibility.SelectionMode enum directly instead of this field.

複数の項目を選択できる選択モード。

[Android.Runtime.Register("SELECTION_MODE_MULTIPLE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.SelectionMode enum directly instead of this field.", true)]
public const Android.Views.Accessibility.SelectionMode SelectionModeMultiple = 2;
[<Android.Runtime.Register("SELECTION_MODE_MULTIPLE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.SelectionMode enum directly instead of this field.", true)>]
val mutable SelectionModeMultiple : Android.Views.Accessibility.SelectionMode

フィールド値

Value = 2
属性

注釈

複数の項目を選択できる選択モード。

android.view.accessibility.AccessibilityNodeInfo.CollectionInfo.SELECTION_MODE_MULTIPLEJava ドキュメント。

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

適用対象