AccessibilityNodeInfo.GetRangeInfo 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.
Gets the range info if this node is a range.
[Android.Runtime.Register("getRangeInfo", "()Landroid/view/accessibility/AccessibilityNodeInfo$RangeInfo;", "GetGetRangeInfoHandler")]
public virtual Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo? GetRangeInfo ();
[<Android.Runtime.Register("getRangeInfo", "()Landroid/view/accessibility/AccessibilityNodeInfo$RangeInfo;", "GetGetRangeInfoHandler")>]
abstract member GetRangeInfo : unit -> Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo
override this.GetRangeInfo : unit -> Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo
Returns
The range.
- Attributes
Remarks
Java documentation for android.view.accessibility.AccessibilityNodeInfo.getRangeInfo()
.
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.