Compartilhar via


Propriedade ITestBase.Actions

Obtém uma coleção de objetos de ação de teste são armazenados na ordem em que elas serão executadas.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
ReadOnly Property Actions As TestActionCollection
    Get
TestActionCollection Actions { get; }
property TestActionCollection^ Actions {
    TestActionCollection^ get ();
}
abstract Actions : TestActionCollection
function get Actions () : TestActionCollection

Valor de propriedade

Tipo: Microsoft.TeamFoundation.TestManagement.Client.TestActionCollection
O conjunto ordenado de ações de teste.

Segurança do .NET Framework

Consulte também

Referência

ITestBase Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client

ITestAction

TestActionCollection