IDkmBreakpointManagerFileUpdate.OnBreakpointFilesUpdated Method

Definition

Provides notification that one or more files containing breakpoints have been updated.

public:
 void OnBreakpointFilesUpdated(Microsoft::VisualStudio::Debugger::Breakpoints::DkmBreakpointFileUpdateNotification ^ fileUpdateNotification, Microsoft::VisualStudio::Debugger::DkmWorkList ^ workList);
public void OnBreakpointFilesUpdated (Microsoft.VisualStudio.Debugger.Breakpoints.DkmBreakpointFileUpdateNotification fileUpdateNotification, Microsoft.VisualStudio.Debugger.DkmWorkList workList);
abstract member OnBreakpointFilesUpdated : Microsoft.VisualStudio.Debugger.Breakpoints.DkmBreakpointFileUpdateNotification * Microsoft.VisualStudio.Debugger.DkmWorkList -> unit
Public Sub OnBreakpointFilesUpdated (fileUpdateNotification As DkmBreakpointFileUpdateNotification, workList As DkmWorkList)

Parameters

fileUpdateNotification
DkmBreakpointFileUpdateNotification

[In] Object used to send file update notifications to breakpoint managers.

workList
DkmWorkList

WorkList which is currently being processed. This value can be used to check for cancelation or to append additional work. New work items will not begin executing until after this function returns.

Applies to