Share via


EngineProvider.EngineGuid Property

Gets a GUID that uniquely identifies the debug engine from this provider.

Namespace:  Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension
Assembly:  Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)

Syntax

'Declaration
Public ReadOnly Property EngineGuid As Guid
public Guid EngineGuid { get; }
public:
property Guid EngineGuid {
    Guid get ();
}
member EngineGuid : Guid
function get EngineGuid () : Guid

Property Value

Type: Guid

.NET Framework Security

See Also

Reference

EngineProvider Structure

Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension Namespace