Partilhar via


Método UITest.Append (UITest, Int64, Int64)

Acrescenta as ações de teste de teste fornecido de interface do usuário em este teste de interface de usuário fornecido no intervalo.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
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

Parâmetros

  • startId
    Tipo: System.Int64
    Int64 que representa o identificador inicial.
  • stopId
    Tipo: System.Int64
    Int64 que representa o identificador final.

Valor de retorno

Tipo: System.Int32
O número de ações de teste que foram adcionadas.

Segurança do .NET Framework

Consulte também

Referência

UITest Classe

Sobrecargas Append

Namespace Microsoft.VisualStudio.TestTools.UITest.Common