共用方式為


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

參數

  • startId
    型別:System.Int64
    代表開始識別項的 Int64。
  • stopId
    型別:System.Int64
    代表結束識別項的 Int64。

傳回值

型別:System.Int32
已附加的測試動作數目。

.NET Framework 安全性

請參閱

參考

UITest 類別

Append 多載

Microsoft.VisualStudio.TestTools.UITest.Common 命名空間