IDkmBreakpointManagerFileUpdate 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.
Interface implemented by breakpoint managers which wish to receive notification when files are updated in the IDE.
Implementations of this interface are always called (no filtering is supported). To reduce memory impact, it is suggested that this interface be implemented in a small dll, or that the implementation is configured with 'CallOnlyWhenLoaded="true"'.
public interface class IDkmBreakpointManagerFileUpdate
public interface class IDkmBreakpointManagerFileUpdate
__interface IDkmBreakpointManagerFileUpdate
public interface IDkmBreakpointManagerFileUpdate
type IDkmBreakpointManagerFileUpdate = interface
Public Interface IDkmBreakpointManagerFileUpdate
Methods
OnBreakpointFilesUpdated(DkmBreakpointFileUpdateNotification, DkmWorkList) |
Provides notification that one or more files containing breakpoints have been updated. |