Udostępnij za pośrednictwem


Metoda UITest.Append — (UITest, Int64, Int64)

Dołącza akcje badania z badania UI dostarczone do tego interfejsu użytkownika testu w zakresie świadczonych.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

'Deklaracja
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

Parametry

  • startId
    Typ: System.Int64
    Int64 , Reprezentuje identyfikator początkowy.
  • stopId
    Typ: System.Int64
    Int64 , Reprezentuje identyfikator końcową.

Wartość zwracana

Typ: System.Int32
Liczba badań akcje, które zostały dołączone.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UITest Klasa

Przeciążenie Append

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common