Compartilhar via


Propriedade ITestPointProperties.State

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

'Declaração
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 propriedade

Tipo: Microsoft.TeamFoundation.TestManagement.Client.TestPointState
O estado atual do ponto de teste associada.

Segurança do .NET Framework

Consulte também

Referência

ITestPointProperties Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client

TestPointState