Partager via


DebugTargetInfo.DebugEngineGuid, propriété

Obtient ou définit un Guid qui identifie, de manière unique, la cible de débogage.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
Public Property DebugEngineGuid As Guid
public Guid DebugEngineGuid { get; set; }
public:
property Guid DebugEngineGuid {
    Guid get ();
    void set (Guid value);
}
member DebugEngineGuid : Guid with get, set
function get DebugEngineGuid () : Guid 
function set DebugEngineGuid (value : Guid)

Valeur de propriété

Type : Guid
Guid qui identifie, de manière unique, le type du moteur de débogage.

Sécurité .NET Framework

Voir aussi

Référence

DebugTargetInfo Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms