Compartilhar via


Propriedade TestId.Empty

Obtém 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 TestId
public static TestId Empty { get; }
public:
static property TestId^ Empty {
    TestId^ get ();
}
static member Empty : TestId with get
static function get Empty () : TestId

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.TestId
An empty Guid.

Segurança do .NET Framework

Consulte também

Referência

TestId Classe

Namespace Microsoft.VisualStudio.TestTools.Common