Compartilhar via


Propriedade TestExecId.Empty

Obtém um novo TestExecId que tem uma Guid vazia.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public Shared ReadOnly Property Empty As TestExecId
    Get
public static TestExecId Empty { get; }
public:
static property TestExecId^ Empty {
    TestExecId^ get ();
}
static member Empty : TestExecId
static function get Empty () : TestExecId

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecId
Uma nova TestExecId que possui um vazio Guid.

Segurança do .NET Framework

Consulte também

Referência

TestExecId Classe

Namespace Microsoft.VisualStudio.TestTools.Common