Compartilhar via


ITestPointProperties.State Propriedade

 

Obtém o estado atual do ponto de teste associada.

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

Sintaxe

TestPointState State { get; set; }
property TestPointState State {
    TestPointState get();
    void set(TestPointState value);
}
abstract State : TestPointState with get, set
Property State As TestPointState

Valor de propriedade

Type: Microsoft.TeamFoundation.TestManagement.Client.TestPointState

O estado atual do ponto de teste associada.

Consulte também

TestPointState
Interface ITestPointProperties
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo