AccessibilityNodeInfo.CollectionInfo Constructors
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
AccessibilityNodeInfo.CollectionInfo(Int32, Int32, Boolean) |
Creates a new instance. |
AccessibilityNodeInfo.CollectionInfo(Int32, Int32, Boolean, Int32) |
Creates a new instance. |
AccessibilityNodeInfo.CollectionInfo(Int32, Int32, Boolean)
Creates a new instance.
[Android.Runtime.Register(".ctor", "(IIZ)V", "", ApiSince=30)]
public CollectionInfo (int rowCount, int columnCount, bool hierarchical);
[<Android.Runtime.Register(".ctor", "(IIZ)V", "", ApiSince=30)>]
new Android.Views.Accessibility.AccessibilityNodeInfo.CollectionInfo : int * int * bool -> Android.Views.Accessibility.AccessibilityNodeInfo.CollectionInfo
Parameters
- rowCount
- Int32
The number of rows.
- columnCount
- Int32
The number of columns.
- hierarchical
- Boolean
Whether the collection is hierarchical.
- Attributes
Remarks
Creates a new instance.
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
AccessibilityNodeInfo.CollectionInfo(Int32, Int32, Boolean, Int32)
Creates a new instance.
[Android.Runtime.Register(".ctor", "(IIZI)V", "", ApiSince=30)]
public CollectionInfo (int rowCount, int columnCount, bool hierarchical, int selectionMode);
[<Android.Runtime.Register(".ctor", "(IIZI)V", "", ApiSince=30)>]
new Android.Views.Accessibility.AccessibilityNodeInfo.CollectionInfo : int * int * bool * int -> Android.Views.Accessibility.AccessibilityNodeInfo.CollectionInfo
Parameters
- rowCount
- Int32
The number of rows.
- columnCount
- Int32
The number of columns.
- hierarchical
- Boolean
Whether the collection is hierarchical.
- selectionMode
- Int32
The collection's selection mode.
- Attributes
Remarks
Creates a new instance.
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.