Compartir a través de


ITestPointStatistic.PointState (Propiedad)

Obtiene el objeto TestPointState de la prueba en este punto de prueba.

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

Sintaxis

'Declaración
ReadOnly Property PointState As TestPointState
    Get
TestPointState PointState { get; }
property TestPointState PointState {
    TestPointState get ();
}
abstract PointState : TestPointState
function get PointState () : TestPointState

Valor de propiedad

Tipo: Microsoft.TeamFoundation.TestManagement.Client.TestPointState
El estado de la prueba.

Seguridad de .NET Framework

Vea también

Referencia

ITestPointStatistic Interfaz

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

TestPointState