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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。