UITest.Append メソッド (UITest, Int64, Int64)
指定された範囲で、指定された UI テストからこの UI テストに、テスト アクションを追加します。
名前空間: Microsoft.VisualStudio.TestTools.UITest.Common
アセンブリ: Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll 内)
構文
'宣言
Public Function Append ( _
uiTest As UITest, _
startId As Long, _
stopId As Long _
) As Integer
public int Append(
UITest uiTest,
long startId,
long stopId
)
public:
int Append(
UITest^ uiTest,
long long startId,
long long stopId
)
member Append :
uiTest:UITest *
startId:int64 *
stopId:int64 -> int
public function Append(
uiTest : UITest,
startId : long,
stopId : long
) : int
パラメーター
- uiTest
型 : Microsoft.VisualStudio.TestTools.UITest.Common.UITest
UITest オブジェクト。
- startId
型 : System.Int64
開始識別子を表す Int64。
- stopId
型 : System.Int64
終了識別子を表す Int64。
戻り値
型 : System.Int32
追加されたテスト アクションの数。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。