Compartir a través de


ITestPointProperties.State (Propiedad)

Obtiene el estado actual del punto de prueba asociado.

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

Sintaxis

'Declaración
Property State As TestPointState
    Get
    Set
TestPointState State { get; set; }
property TestPointState State {
    TestPointState get ();
    void set (TestPointState value);
}
abstract State : TestPointState with get, set
function get State () : TestPointState
function set State (value : TestPointState)

Valor de propiedad

Tipo: Microsoft.TeamFoundation.TestManagement.Client.TestPointState
El estado actual del punto de prueba asociado.

Seguridad de .NET Framework

Vea también

Referencia

ITestPointProperties Interfaz

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

TestPointState