ITestSuiteBase.State Propriedade
OBSERVAÇÃO: esta API está obsoleta no momento.
Obtém ou define o estado do conjunto de testes.
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 ITestSuiteBase2 should be used instead.")]
TestSuiteState State { get; set; }
[ObsoleteAttribute("This property is obsolete. Status property in ITestSuiteBase2 should be used instead.")]
property TestSuiteState State {
TestSuiteState get();
void set(TestSuiteState value);
}
[<ObsoleteAttribute("This property is obsolete. Status property in ITestSuiteBase2 should be used instead.")>]
abstract State : TestSuiteState with get, set
<ObsoleteAttribute("This property is obsolete. Status property in ITestSuiteBase2 should be used instead.")>
Property State As TestSuiteState
Valor de propriedade
Type: Microsoft.TeamFoundation.TestManagement.Client.TestSuiteState
O estado do conjunto de testes.
Consulte também
TestSuiteState
Interface ITestSuiteBase
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo