Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Appends the test actions from the provided UI test into this UI test at the provided range.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
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
Parameters
uiTest
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestA UITest object.
startId
Type: System.Int64An Int64 that represents the starting identifier.
stopId
Type: System.Int64An Int64 that represents the ending identifier.
Return Value
Type: System.Int32
The number of test actions that were appended.
See Also
Append Overload
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top