Proprietà TestExecId.Empty
Ottiene un nuovo oggetto TestExecId ciò ha un GUID vuoto.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
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
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecId
un nuovo TestExecId che dispone di un oggetto vuoto Guid.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.