AccessibilityNodeInfo.CollectionItemInfo 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.CollectionItemInfo(Int32, Int32, Int32, Int32, Boolean) |
Creates a new instance. |
AccessibilityNodeInfo.CollectionItemInfo(Int32, Int32, Int32, Int32, Boolean, Boolean) |
Creates a new instance. |
AccessibilityNodeInfo.CollectionItemInfo(Int32, Int32, Int32, Int32, Boolean)
Creates a new instance.
[Android.Runtime.Register(".ctor", "(IIIIZ)V", "", ApiSince=30)]
public CollectionItemInfo (int rowIndex, int rowSpan, int columnIndex, int columnSpan, bool heading);
[<Android.Runtime.Register(".ctor", "(IIIIZ)V", "", ApiSince=30)>]
new Android.Views.Accessibility.AccessibilityNodeInfo.CollectionItemInfo : int * int * int * int * bool -> Android.Views.Accessibility.AccessibilityNodeInfo.CollectionItemInfo
Parameters
- rowIndex
- Int32
The row index at which the item is located.
- rowSpan
- Int32
The number of rows the item spans.
- columnIndex
- Int32
The column index at which the item is located.
- columnSpan
- Int32
The number of columns the item spans.
- heading
- Boolean
Whether the item is a heading.
- 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.CollectionItemInfo(Int32, Int32, Int32, Int32, Boolean, Boolean)
Creates a new instance.
[Android.Runtime.Register(".ctor", "(IIIIZZ)V", "", ApiSince=30)]
public CollectionItemInfo (int rowIndex, int rowSpan, int columnIndex, int columnSpan, bool heading, bool selected);
[<Android.Runtime.Register(".ctor", "(IIIIZZ)V", "", ApiSince=30)>]
new Android.Views.Accessibility.AccessibilityNodeInfo.CollectionItemInfo : int * int * int * int * bool * bool -> Android.Views.Accessibility.AccessibilityNodeInfo.CollectionItemInfo
Parameters
- rowIndex
- Int32
The row index at which the item is located.
- rowSpan
- Int32
The number of rows the item spans.
- columnIndex
- Int32
The column index at which the item is located.
- columnSpan
- Int32
The number of columns the item spans.
- heading
- Boolean
Whether the item is a heading.
- selected
- Boolean
Whether the item is selected.
- 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.