共用方式為


BP_RESOLUTION_CODE

描述程式碼中斷點的位置。

typedef struct _BP_RESOLUTION_CODE { 
   IDebugCodeContext2* pCodeContext;
} BP_RESOLUTION_CODE;
public struct BP_RESOLUTION_CODE { 
   public IDebugCodeContext2 pCodeContext;
};

Members

備註

這個結構屬於BP_RESOLUTION_LOCATION結構,且會在開啟的成員, BP_RESOLUTION_INFO所傳回的結構IDebugBreakpointResolution2::GetResolutionInfo方法。

需求

標頭: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

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

請參閱

參考

結構和等位

BP_RESOLUTION_LOCATION

BP_RESOLUTION_INFO

IDebugBreakpointResolution2::GetResolutionInfo

IDebugCodeContext2