ViewStructure.SetHtmlInfo(ViewStructure+HtmlInfo) Method

Definition

Sets the HTML properties of this node when it represents an HTML element. Should only be set when the node is used for autofill purposes - it will be ignored when used for assist.

[Android.Runtime.Register("setHtmlInfo", "(Landroid/view/ViewStructure$HtmlInfo;)V", "GetSetHtmlInfo_Landroid_view_ViewStructure_HtmlInfo_Handler", ApiSince=26)]
public abstract void SetHtmlInfo(Android.Views.ViewStructure.HtmlInfo htmlInfo);
[<Android.Runtime.Register("setHtmlInfo", "(Landroid/view/ViewStructure$HtmlInfo;)V", "GetSetHtmlInfo_Landroid_view_ViewStructure_HtmlInfo_Handler", ApiSince=26)>]
abstract member SetHtmlInfo : Android.Views.ViewStructure.HtmlInfo -> unit

Parameters

htmlInfo
ViewStructure.HtmlInfo

HTML properties.

Attributes

Remarks

Java documentation for android.view.ViewStructure.setHtmlInfo(android.view.ViewStructure.HtmlInfo).

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.

Applies to