The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UITest::Append Method (UITest^, Int64, Int64)
Appends the test actions from the provided UI test into this UI test at the provided range.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Parameters
- uiTest
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Common::UITest^
A UITest object.
- startId
-
Type:
System::Int64
An Int64 that represents the starting identifier.
- stopId
-
Type:
System::Int64
An Int64 that represents the ending identifier.
Show: