IDkmTraceSettingsNotification Interface

Definition

Interface to update components when trace settings are changed.

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.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

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

Methods

OnTraceSettingsChanged(DkmEngineSettings)

Called when 'TraceSettings' is changed.

Applies to