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 命名空间