Compartir a través de


TestExecId.Empty (Propiedad)

Obtiene un nuevo TestExecId que tiene 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 TestExecId
public static TestExecId Empty { get; }
public:
static property TestExecId^ Empty {
    TestExecId^ get ();
}
static member Empty : TestExecId with get
static function get Empty () : TestExecId

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecId
Un nuevo objeto TestExecId con un Guid vacío.

Seguridad de .NET Framework

Vea también

Referencia

TestExecId Clase

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