AccessibilityNodeInfo.SetRangeInfo(AccessibilityNodeInfo+RangeInfo) 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.
Sets the range info if this node is a range.
[Android.Runtime.Register("setRangeInfo", "(Landroid/view/accessibility/AccessibilityNodeInfo$RangeInfo;)V", "GetSetRangeInfo_Landroid_view_accessibility_AccessibilityNodeInfo_RangeInfo_Handler")]
public virtual void SetRangeInfo (Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo? rangeInfo);
[<Android.Runtime.Register("setRangeInfo", "(Landroid/view/accessibility/AccessibilityNodeInfo$RangeInfo;)V", "GetSetRangeInfo_Landroid_view_accessibility_AccessibilityNodeInfo_RangeInfo_Handler")>]
abstract member SetRangeInfo : Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo -> unit
override this.SetRangeInfo : Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo -> unit
Parameters
- rangeInfo
- AccessibilityNodeInfo.RangeInfo
The range info.
- 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.