バージョン

UltraUiaCustom コンストラクタ(UITestControl,UITestControl)

先祖として指定したコンテナー コントロールで UltraUiaCustom を作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal container As UITestControl, _
   ByVal originalTestControl As UITestControl _
)
public UltraUiaCustom( 
   UITestControl container,
   UITestControl originalTestControl
)

パラメータ

container
コントロールのコンテナー。
originalTestControl
情報のコピー元である UITestControl
参照