共用方式為


IDebugErrorBreakpointResolution2

 

如需 Visual Studio 2017 的最新文件請參閱 Visual Studio 2017 文件

這個介面表示中斷點錯誤的解決。

語法

IDebugErrorBreakpointResolution2 : IUnknown  

實作者注意事項

偵錯引擎會實作這個介面做為其支援中斷點的一部分。 這個介面用來報告中斷點無法繫結。

呼叫端資訊

呼叫GetBreakpointResolution傳回此介面,以提供有關中斷點無法繫結資訊。 GetErrorBreakpoint方法會取得IDebugErrorBreakpoint2介面。

依照 Vtable 順序的方法

下表顯示的方法IDebugErrorBreakpointResolution2

方法 說明
GetBreakpointType 取得中斷點類型。
GetResolutionInfo 取得中斷點解析資訊。

需求

標頭︰ msdbg.h

命名空間︰ Microsoft.VisualStudio.Debugger.Interop

組件︰ Microsoft.VisualStudio.Debugger.Interop.dll

另請參閱

IDebugErrorBreakpoint2
GetBreakpointResolution
GetErrorBreakpoint