Propriedade ITestRun.State
Obtém o estado atual de execução de teste.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
Property State As TestRunState
Get
Set
TestRunState State { get; set; }
property TestRunState State {
TestRunState get ();
void set (TestRunState value);
}
abstract State : TestRunState with get, set
function get State () : TestRunState
function set State (value : TestRunState)
Valor de propriedade
Tipo: Microsoft.TeamFoundation.TestManagement.Client.TestRunState
O estado atual de execução de teste.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.