Condividi tramite


Metodo UITest.Append (UITest, Int64, Int64)

Aggiunge le azioni di test dal test dell'interfaccia utente fornita in questo test dell'interfaccia utente nell'intervallo fornito.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

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

Parametri

  • startId
    Tipo: Int64

    Oggetto Int64 che rappresenta l'identificatore iniziale.

  • stopId
    Tipo: Int64

    Oggetto Int64 che rappresenta l'identificatore finale.

Valore restituito

Tipo: Int32
Numero di azioni del test aggiunte.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITest Classe

Overload Append

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common