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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。