AccessibilityNodeInfo.CollectionInfo Constructors

Definition

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.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionInfo.AccessibilityNodeInfo$CollectionInfo(int, int, boolean).

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.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionInfo.AccessibilityNodeInfo$CollectionInfo(int, int, boolean, int).

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