バージョン

ClickSubItem メソッド (RecordReplayProxyBase)

定義された型の提供された SubItem 上にクリックします。
シンタックス
'宣言
 
Public Sub ClickSubItem( _
   ByVal oeSubItemType As System.Object, _
   ByVal oSubItem As System.Object, _
   Optional ByVal oRegion As System.Object, _
   Optional ByVal oInt1 As System.Object, _
   Optional ByVal oInt2 As System.Object _
) 
public void ClickSubItem( 
   System.object oeSubItemType,
   System.object oSubItem,
   System.object oRegion,
   System.object oInt1,
   System.object oInt2
)

パラメータ

oeSubItemType
コントロールに関連するサブ項目のタイプを表す列挙値。列挙値、整数、文字列のいずれかです。
oSubItem
oeSubItemType で示されるタイプの個別のサブ項目を識別する文字列または整数。
oRegion
ドロップ アクションの終了位置を定義するのに役立つ QTPRectRegion 列挙型を示すオプション パラメーター。列挙値、整数、文字列のいずれかです。
oInt1
ドロップ アクションの終了位置を定義するのに役立つ整数のオプション パラメーター。
oInt2
ドロップ アクションの終了位置を定義するのに役立つ整数のオプション パラメーター。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照