AccessibilityNodeInfo.GetStructuredDataInfo 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 additional structured data properties of this node.
[Android.Runtime.Register("getStructuredDataInfo", "()Landroid/view/accessibility/AccessibilityNodeInfo$StructuredDataInfo;", "GetGetStructuredDataInfoHandler", ApiSince=37)]
public virtual Android.Views.Accessibility.AccessibilityNodeInfo.StructuredDataInfo? GetStructuredDataInfo();
[<Android.Runtime.Register("getStructuredDataInfo", "()Landroid/view/accessibility/AccessibilityNodeInfo$StructuredDataInfo;", "GetGetStructuredDataInfoHandler", ApiSince=37)>]
abstract member GetStructuredDataInfo : unit -> Android.Views.Accessibility.AccessibilityNodeInfo.StructuredDataInfo
override this.GetStructuredDataInfo : unit -> Android.Views.Accessibility.AccessibilityNodeInfo.StructuredDataInfo
Returns
A concrete subclass of StructuredDataInfo representing the type and additional structured data for this node, or null if this node does not have additional structured data attached.
- Attributes
Remarks
Gets additional structured data properties of this node. This is only populated for nodes that offer additional structured data, like a mathematical expression.
Android reference for android.view.accessibility.AccessibilityNodeInfo.getStructuredDataInfo.
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.