IDebugErrorBreakpointResolution2

此接口表示断点错误的解决方法。

IDebugErrorBreakpointResolution2 : IUnknown

实现者说明

调试引擎实现此接口作为其一部分为断点支持。 此接口用于报告断点位置未能绑定。

调用方的说明

IDebugErrorBreakpoint2:: GetBreakpointResolution 的调用返回此接口提供的断点将不可绑定的信息。 IDebugBreakpointErrorEvent2:: GetErrorBreakpoint 方法获取 IDebugErrorBreakpoint2 接口。

方法按 Vtable 顺序

下表显示 IDebugErrorBreakpointResolution2方法。

方法

说明

IDebugErrorBreakpointResolution2:: GetBreakpointType

获取断点类型。

IDebugErrorBreakpointResolution2:: GetResolutionInfo

获取断点解析信息。

要求

标题:msdbg.h

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

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

请参见

参考

IDebugErrorBreakpoint2

IDebugErrorBreakpoint2:: GetBreakpointResolution

IDebugBreakpointErrorEvent2:: GetErrorBreakpoint