IDkmScriptDocumentContentInsertNotification 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.
IDkmScriptDocumentContentInsertNotification is implemented by components that want to listen for the ScriptDocumentContentInsert event. The target process may continue to run during this notification. Notification that new content has been added to the target process. For aggregate documents (DkmScriptDocumentFlags.AggregateDocument is set), this is a new document section.
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.
public interface class IDkmScriptDocumentContentInsertNotification
public interface class IDkmScriptDocumentContentInsertNotification
__interface IDkmScriptDocumentContentInsertNotification
public interface IDkmScriptDocumentContentInsertNotification
type IDkmScriptDocumentContentInsertNotification = interface
Public Interface IDkmScriptDocumentContentInsertNotification
Methods
OnScriptDocumentContentInsert(DkmScriptDocument, DkmTextSpan, String, DkmEventDescriptor) |
OnScriptDocumentContentInsert is invoked as part of event processing. See interface definition for more information. |