Compartilhar via


Propriedade ITestStep.TestStepType

Obtém o tipo desta etapa de teste.

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

Sintaxe

'Declaração
Property TestStepType As TestStepType
    Get
    Set
TestStepType TestStepType { get; set; }
property TestStepType TestStepType {
    TestStepType get ();
    void set (TestStepType value);
}
abstract TestStepType : TestStepType with get, set
function get TestStepType () : TestStepType
function set TestStepType (value : TestStepType)

Valor de propriedade

Tipo: Microsoft.TeamFoundation.TestManagement.Client.TestStepType
O tipo desta etapa de teste.

Segurança do .NET Framework

Consulte também

Referência

ITestStep Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client

TestStepType