UITest.Append 方法 (UITest, Int64, Int64)

 

在提供的范围内,将提供的 UI 测试中的测试操作追加到此 UI 测试。

命名空间:   Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

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 As UITest,
    startId As Long,
    stopId As Long
) As Integer

参数

  • uiTest
    一个 UITest 对象。
  • startId
    一个表示开始标识符的 Int64
  • stopId
    一个表示结束标识符的 Int64

返回值

Type: System.Int32

追加的测试操作数。

请参阅

Append 重载
UITest 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

返回页首