UITest.Append Method (UITest, Int64, Int64)
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
'Declaration
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
Parameters
uiTest
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestA UITest object.
startId
Type: Int64An Int64 that represents the starting identifier.
stopId
Type: Int64An Int64 that represents the ending identifier.
Return Value
Type: Int32
The number of test actions that were appended.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.