Compartilhar via


Propriedade ITestPointStatistic.PointState

Obtém o TestPointState do teste nesse ponto do teste.

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

Sintaxe

'Declaração
ReadOnly Property PointState As TestPointState
    Get
TestPointState PointState { get; }
property TestPointState PointState {
    TestPointState get ();
}
abstract PointState : TestPointState
function get PointState () : TestPointState

Valor de propriedade

Tipo: Microsoft.TeamFoundation.TestManagement.Client.TestPointState
O estado do teste.

Segurança do .NET Framework

Consulte também

Referência

ITestPointStatistic Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client

TestPointState