Metoda UITest.Append — (UITest, Int64, Int64)
Dołącza akcje badania z badania podany interfejs użytkownika do tego testu interfejsu użytkownika na podany zakres.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
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
Parametry
- uiTest
Obiekt UITest.
- startId
Int64 Reprezentującą identyfikator początkowy.
- stopId
Int64 Reprezentującą identyfikator końcową.
Wartość zwracana
Type: System.Int32
Liczba akcji badania, które zostały dołączone.
Zobacz też
Append Przeciążenie
Klasa UITest
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku