IDkmBreakpointManagerFileUpdate.OnBreakpointFilesUpdated 方法

定义

提供一个或多个包含断点的文件已更新的通知。

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)

参数

fileUpdateNotification
DkmBreakpointFileUpdateNotification

中用于将文件更新通知发送到断点管理器的对象。

workList
DkmWorkList

当前正在处理的 "当前"。 此值可用于检查取消或追加额外的工作。 直到此函数返回后,新的工作项才会开始执行。

适用于