Compartir a través de


ITestStep.TestStepType (Propiedad)

Obtiene el tipo de este paso de prueba.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Microsoft.TeamFoundation.TestManagement.Client.TestStepType
El tipo de este paso de prueba.

Seguridad de .NET Framework

Vea también

Referencia

ITestStep Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)

TestStepType