Share via


DkmComponentManager.IdeComponentId Property

Definition

Component id which can be used by IDE components that wish to call into the debugger engine API from their own worker threads. This value can be used to pass to DkmComponentManager.InitializeThread().

public:
 static property Guid IdeComponentId { Guid get(); };
public static Guid IdeComponentId { get; }
static member IdeComponentId : Guid
Public Shared ReadOnly Property IdeComponentId As Guid

Property Value

Returns Guid.

Applies to