Propriedade TestElement.ExecutionId
Obtém ou define o ID de execução
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
Public Property ExecutionId As TestExecId
Get
Set
public TestExecId ExecutionId { get; set; }
public:
virtual property TestExecId^ ExecutionId {
TestExecId^ get () sealed;
void set (TestExecId^ value) sealed;
}
abstract ExecutionId : TestExecId with get, set
override ExecutionId : TestExecId with get, set
final function get ExecutionId () : TestExecId
final function set ExecutionId (value : TestExecId)
Valor de propriedade
Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecId
A ID de execução; ou nulluma referência nula (Nothing no Visual Basic) se o teste não foi executada.
Implementações
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.