IDebugBreakpointResolution2

此接口表示描述绑定断点的信息。

语法

IDebugBreakpointResolution2 : IUnknown

实现者须知

调试引擎 (DE) 将此接口作为对断点的支持的一部分实现。 此接口提供会话调试管理器在查看断点属性时使用的绑定断点的说明。

对调用者的说明

调用 GetBreakpointResolution 将返回此接口。

Vtable 顺序中的方法

下表显示了 IDebugBreakpointResolution2 方法。

方法 说明
GetBreakpointType 获取由此分辨率表示的断点的类型。
GetResolutionInfo 获取描述此断点的断点解析信息。

要求

标头:msdbg.h

命名空间:Microsoft.VisualStudio.Debugger.Interop

程序集:Microsoft.VisualStudio.Debugger.Interop.dll

另请参阅