AccessibilityNodeInfo.GetExtraRenderingInfo 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 ExtraRenderingInfo extra rendering info
if the node is meant to be
refreshed with extra data to examine rendering related accessibility issues.
[Android.Runtime.Register("getExtraRenderingInfo", "()Landroid/view/accessibility/AccessibilityNodeInfo$ExtraRenderingInfo;", "GetGetExtraRenderingInfoHandler", ApiSince=30)]
public virtual Android.Views.Accessibility.AccessibilityNodeInfo.ExtraRenderingInfo? GetExtraRenderingInfo ();
[<Android.Runtime.Register("getExtraRenderingInfo", "()Landroid/view/accessibility/AccessibilityNodeInfo$ExtraRenderingInfo;", "GetGetExtraRenderingInfoHandler", ApiSince=30)>]
abstract member GetExtraRenderingInfo : unit -> Android.Views.Accessibility.AccessibilityNodeInfo.ExtraRenderingInfo
override this.GetExtraRenderingInfo : unit -> Android.Views.Accessibility.AccessibilityNodeInfo.ExtraRenderingInfo
Returns
The ExtraRenderingInfo extra rendering info
.
- Attributes
Remarks
Java documentation for android.view.accessibility.AccessibilityNodeInfo.getExtraRenderingInfo()
.
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.