RichTextBox for UWP/WinRT
Convert(C1TextElement,C1HtmlNode) メソッド

親の C1TextElement
変換される C1HtmlNode
C1HtmlNodeC1TextElement に変換して、変換された親に追加します。
構文
'宣言
 
Public Overloads Sub Convert( _
   ByVal parent As C1TextElement, _
   ByVal node As C1HtmlNode _
) 
public void Convert( 
   C1TextElement parent,
   C1HtmlNode node
)

パラメータ

parent
親の C1TextElement
node
変換される C1HtmlNode
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