Freigeben über


UITest.Append-Methode (UITest, Int64, Int64)

Fügt die Testaktionen aus dem bereitgestellten UI-Test diesem UI-Test im bereitgestellten Bereich an.

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

Parameter

  • startId
    Typ: System.Int64
    Ein Int64, der den Anfangsbezeichner darstellt.
  • stopId
    Typ: System.Int64
    Ein Int64, der den Endbezeichner darstellt.

Rückgabewert

Typ: System.Int32
Die Anzahl von Testaktionen, die angefügt wurden.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITest Klasse

Append-Überladung

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace