Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets or sets a Guid that uniquely identifies the debug target.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
'Declaration
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)
Type: System.Guid
A Guid that uniquely identifies the type of debug engine.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.