TestId.Empty (Propiedad)

Obtiene un GUID vacío.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Microsoft.VisualStudio.TestTools.Common.TestId
Guid vacío.

Seguridad de .NET Framework

Vea también

Referencia

TestId Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)