RichTextBox for UWP
AddBefore メソッド

C1.UWP.RichTextBox アセンブリ > C1.Xaml.RichTextBox.Documents 名前空間 > C1HtmlElement クラス : AddBefore メソッド
この C1HtmlElementの既存の子。
この C1HtmlElementに追加する子。
この C1HtmlElementの既存の子の前に1つの子を追加します。
シンタックス
'宣言
 
Public Sub AddBefore( _
   ByVal reference As C1HtmlNode, _
   ByVal child As C1HtmlNode _
) 
public void AddBefore( 
   C1HtmlNode reference,
   C1HtmlNode child
)

パラメータ

reference
この C1HtmlElementの既存の子。
child
この C1HtmlElementに追加する子。
参照

C1HtmlElement クラス
C1HtmlElement メンバ