ViewStructure.SetHtmlInfo(ViewStructure+HtmlInfo) Method

Definition

Sets the HTML properties of this node when it represents an HTML element.

[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.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