バージョン

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

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

パラメータ

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