Share via


IDebugBreakpointResolution2

這個介面代表描述系結斷點的資訊。

語法

IDebugBreakpointResolution2 : IUnknown

實作者的注意事項

偵錯引擎 (DE) 會實作此介面,作為其對斷點支援的一部分。 此介面提供會話偵錯管理員在檢視斷點屬性時所使用的系結斷點描述。

呼叫端注意事項

呼叫 GetBreakpointResolution 會傳回這個介面。

依照 Vtable 順序的方法

下表顯示 IDebugBreakpointResolution2 方法。

方法 描述
GetBreakpointType 取得這個解析所表示之斷點的類型。
GetResolutionInfo 取得描述此斷點的斷點解析資訊。

需求

標頭:msdbg.h

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

元件:Microsoft.VisualStudio.Debugger.Interop.dll

另請參閱