RichTextBox for UWP/WinRT
ConvertToDocument(String) メソッド

HTML ドキュメントを含む文字列。
文字列を解析して C1Document に変換します。
構文
'宣言
 
Public Overloads Function ConvertToDocument( _
   ByVal html As System.String _
) As C1Document
public C1Document ConvertToDocument( 
   System.string html
)

パラメータ

html
HTML ドキュメントを含む文字列。

戻り値の型

指定された文字列を表す C1Document
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

HtmlFilter クラス
HtmlFilter メンバ
オーバーロード一覧

Send Feedback