IDebugBreakpointResolution2

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

IDebugBreakpointResolution2 : IUnknown

实现者说明

调试引擎 (DE)实现此接口作为其一部分为断点支持。 此接口提供绑定断点的声明会议调试管理器使用,当用户查看断点的属性。

调用方的说明

IDebugBoundBreakpoint2:: GetBreakpointResolution 的调用返回此接口。

方法按 Vtable 顺序

下表显示 IDebugBreakpointResolution2方法。

方法

说明

IDebugBreakpointResolution2:: GetBreakpointType

获取此解析表示断点的类型。

IDebugBreakpointResolution2:: GetResolutionInfo

获取描述该断点的断点解析信息。

要求

标题:msdbg.h

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

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

请参见

参考

IDebugBoundBreakpoint2:: GetBreakpointResolution