IDkmTaskProviderInitialize Interface

Definition

Optional interface implemented by task providers to receive a notification when task providers are first requested for a particular process. This interface is subject to change in future versions of Visual Studio.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, TransportKind.

public interface class IDkmTaskProviderInitialize
public interface class IDkmTaskProviderInitialize
__interface IDkmTaskProviderInitialize
public interface IDkmTaskProviderInitialize
type IDkmTaskProviderInitialize = interface
Public Interface IDkmTaskProviderInitialize

Methods

InitializeTaskProviders(DkmProcess)

Invoked by the AD7 AL to provide a notification when task providers are first requested from the UI for a particular process. This allows implementations to delay initialization to when the task UI if first shown.

Applies to