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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)