バージョン

OpenRowEditTemplate メソッド (WinGridReplayServer)

提供されたメソッドにより特定の行の RowEditTemplate を開きます。
シンタックス
'宣言
 
Public Overridable Sub OpenRowEditTemplate( _
   ByVal row As System.Object, _
   Optional ByVal method As System.Object _
) 
public virtual void OpenRowEditTemplate( 
   System.object row,
   System.object method
)

パラメータ

row
行は拡張行パス文字列または行インデックスです。
method
RowEditTemplate を開く方法を指定する QuickTest Professional 列挙型。
解説
この列挙型に対して有効な値: 行の RowEditTemplateUIType が次に相当する場合は記録可能な値: EnterEditMode - セルを編集モードにして RowEditTemplate を開くために使用されます。RowSelectors - RowSelector 要素をクリックして RowEditTemplate を開くために使用されます。再生可能な値は以下の値のみです: {empty} - パラメーターを空にすると、有効な UI メソッドを試行します。Manual - 付随的なケースに対応するために使用されます。手動で行の RowEditTemplate.Show メソッドをコールします。
プラットフォーム

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

参照