AccessibilityNodeInfo.SetExtraRenderingInfo 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 extra rendering info, extraRenderingInfo, if the node is meant to be refreshed with extra data.
[Android.Runtime.Register("setExtraRenderingInfo", "(Landroid/view/accessibility/AccessibilityNodeInfo$ExtraRenderingInfo;)V", "GetSetExtraRenderingInfo_Landroid_view_accessibility_AccessibilityNodeInfo_ExtraRenderingInfo_Handler", ApiSince=37)]
public virtual void SetExtraRenderingInfo(Android.Views.Accessibility.AccessibilityNodeInfo.ExtraRenderingInfo? extraRenderingInfo);
[<Android.Runtime.Register("setExtraRenderingInfo", "(Landroid/view/accessibility/AccessibilityNodeInfo$ExtraRenderingInfo;)V", "GetSetExtraRenderingInfo_Landroid_view_accessibility_AccessibilityNodeInfo_ExtraRenderingInfo_Handler", ApiSince=37)>]
abstract member SetExtraRenderingInfo : Android.Views.Accessibility.AccessibilityNodeInfo.ExtraRenderingInfo -> unit
override this.SetExtraRenderingInfo : Android.Views.Accessibility.AccessibilityNodeInfo.ExtraRenderingInfo -> unit
Parameters
- extraRenderingInfo
- AccessibilityNodeInfo.ExtraRenderingInfo
The extra rendering info, or null to remove a previously set value.
- Attributes
Remarks
Sets the extra rendering info, extraRenderingInfo, if the node is meant to be refreshed with extra data.
Note: Cannot be called from an AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.
Android reference for android.view.accessibility.AccessibilityNodeInfo.setExtraRenderingInfo.
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.