ComponentOne Studio for WinRT XAML
AddRange メソッド (C1HtmlElement)

この C1HtmlElement に追加する子。
この C1HtmlElement に複数の子を追加します。
構文
'宣言
 
Public Sub AddRange( _
   ByVal children As System.Collections.Generic.IEnumerable(Of C1HtmlNode) _
) 
public void AddRange( 
   System.Collections.Generic.IEnumerable<C1HtmlNode> children
)

パラメータ

children
この C1HtmlElement に追加する子。
参照

C1HtmlElement クラス
C1HtmlElement メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.