Udostępnij za pośrednictwem


Metoda UITestInterpreterCore.ExecuteTest — (UITest, Int64, Int64)

Wykonuje (czyli interpretuje) podany obiekt UITest dla akcji w określonym zakresie.

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

Składnia

'Deklaracja
Public Shared Sub ExecuteTest ( _
    uiTest As UITest, _
    startId As Long, _
    stopId As Long _
)
public static void ExecuteTest(
    UITest uiTest,
    long startId,
    long stopId
)
public:
static void ExecuteTest(
    UITest^ uiTest, 
    long long startId, 
    long long stopId
)
static member ExecuteTest : 
        uiTest:UITest * 
        startId:int64 * 
        stopId:int64 -> unit 
public static function ExecuteTest(
    uiTest : UITest, 
    startId : long, 
    stopId : long
)

Parametry

  • startId
    Typ: System.Int64
    Identyfikator pierwszej akcji liście ExecuteAction wskazuje początek zakresu.
  • stopId
    Typ: System.Int64
    Identyfikator ostatniego działania liście ExecuteAction wskazuje koniec zakresu.

Uwagi

startIdi stopId są używane dla tylko ExecuteActions a nie dla innych list akcji.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UITestInterpreterCore Klasa

Przeciążenie ExecuteTest

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