バージョン

SectionUIElement コンストラクタ

新しい SectionUIElement を初期化します
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As UIElement, _
   ByVal section As SectionBase _
)
public SectionUIElement( 
   UIElement parent,
   SectionBase section
)

パラメータ

parent
親要素
section
関連付けられた SectionBase
参照