AccessibilityNodeInfo.CollectionItemInfo.Obtain Method
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
Obtain(Int32, Int32, Int32, Int32, Boolean) | |
Obtain(Int32, Int32, Int32, Int32, Boolean, Boolean) |
Obtain(Int32, Int32, Int32, Int32, Boolean)
[Android.Runtime.Register("obtain", "(IIIIZ)Landroid/view/accessibility/AccessibilityNodeInfo$CollectionItemInfo;", "")]
public static Android.Views.Accessibility.AccessibilityNodeInfo.CollectionItemInfo? Obtain (int rowIndex, int rowSpan, int columnIndex, int columnSpan, bool heading);
[<Android.Runtime.Register("obtain", "(IIIIZ)Landroid/view/accessibility/AccessibilityNodeInfo$CollectionItemInfo;", "")>]
static member Obtain : int * int * int * int * bool -> Android.Views.Accessibility.AccessibilityNodeInfo.CollectionItemInfo
Parameters
- rowIndex
- Int32
- rowSpan
- Int32
- columnIndex
- Int32
- columnSpan
- Int32
- heading
- Boolean
Returns
- Attributes
Remarks
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
Obtain(Int32, Int32, Int32, Int32, Boolean, Boolean)
[Android.Runtime.Register("obtain", "(IIIIZZ)Landroid/view/accessibility/AccessibilityNodeInfo$CollectionItemInfo;", "")]
public static Android.Views.Accessibility.AccessibilityNodeInfo.CollectionItemInfo? Obtain (int rowIndex, int rowSpan, int columnIndex, int columnSpan, bool heading, bool selected);
[<Android.Runtime.Register("obtain", "(IIIIZZ)Landroid/view/accessibility/AccessibilityNodeInfo$CollectionItemInfo;", "")>]
static member Obtain : int * int * int * int * bool * bool -> Android.Views.Accessibility.AccessibilityNodeInfo.CollectionItemInfo
Parameters
- rowIndex
- Int32
- rowSpan
- Int32
- columnIndex
- Int32
- columnSpan
- Int32
- heading
- Boolean
- selected
- Boolean
Returns
- Attributes
Remarks
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.