Sdílet prostřednictvím


TestExecId.Empty – vlastnost

Získá nový TestExecId , která má prázdný identifikátor Guid.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
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

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.Common.TestExecId
Nový TestExecId , který má prázdné Guid.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestExecId Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů