IDkmScriptJmcStateChangeNotification Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IDkmScriptJmcStateChangeNotification is implemented by components that want to be notified when the JMC state changes for a script document.
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, RuntimeId, SymbolProviderId.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public interface class IDkmScriptJmcStateChangeNotification
public interface class IDkmScriptJmcStateChangeNotification
__interface IDkmScriptJmcStateChangeNotification
public interface IDkmScriptJmcStateChangeNotification
type IDkmScriptJmcStateChangeNotification = interface
Public Interface IDkmScriptJmcStateChangeNotification
Methods
OnJmcStateChanged(DkmScriptDocument) |
This method is called by the dispatcher when the JMC state of a script document changes. |