Partager via


UITest.Append, méthode (UITest, Int64, Int64)

Ajoute les actions de test du test de l'interface utilisateur fourni à ce test de l'interface utilisateur à la plage fournie.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
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

Paramètres

  • startId
    Type : System.Int64
    Int64 qui représente l'identificateur de début.
  • stopId
    Type : System.Int64
    Int64 qui représente l'identificateur de fin.

Valeur de retour

Type : System.Int32
Le nombre d'actions de test qui ont été associées.

Sécurité .NET Framework

Voir aussi

Référence

UITest Classe

Append, surcharge

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms