Partager via


ITestBase.Actions, propriété

Obtient une collection d'objets d'actions de test stockés dans l'ordre dans lequel ils doivent être exécutés.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
ReadOnly Property Actions As TestActionCollection
    Get
TestActionCollection Actions { get; }
property TestActionCollection^ Actions {
    TestActionCollection^ get ();
}
abstract Actions : TestActionCollection
function get Actions () : TestActionCollection

Valeur de propriété

Type : Microsoft.TeamFoundation.TestManagement.Client.TestActionCollection
Collection ordonnée d'actions de test.

Sécurité .NET Framework

Voir aussi

Référence

ITestBase Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

ITestAction

TestActionCollection