Compartilhar via


ITestPlan.State Propriedade

 

OBSERVAÇÃO: esta API está obsoleta no momento.

Obtém ou define o estado atual desse plano de teste.

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

Sintaxe

[ObsoleteAttribute("This property is obsolete. Status property in ITestPlan2 should be used instead.")]
TestPlanState State { get; set; }
[ObsoleteAttribute("This property is obsolete. Status property in ITestPlan2 should be used instead.")]
property TestPlanState State {
    TestPlanState get();
    void set(TestPlanState value);
}
[<ObsoleteAttribute("This property is obsolete. Status property in ITestPlan2 should be used instead.")>]
abstract State : TestPlanState with get, set
<ObsoleteAttribute("This property is obsolete. Status property in ITestPlan2 should be used instead.")>
Property State As TestPlanState

Valor de propriedade

Type: Microsoft.TeamFoundation.TestManagement.Client.TestPlanState

O estado atual desse plano de teste.

Consulte também

TestPlanState
Interface ITestPlan
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo