BP_RESOLUTION_CODE

描述代码断点的位置。

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

成员

备注

此结构是 BP_RESOLUTION_LOCATION 结构的成员,又是 IDebugBreakpointResolution2:: GetResolutionInfo 方法返回的 BP_RESOLUTION_INFO 结构的成员。

要求

标题:msdbg.h

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

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

请参见

参考

结构和联合

BP_RESOLUTION_LOCATION

BP_RESOLUTION_INFO

IDebugBreakpointResolution2:: GetResolutionInfo

IDebugCodeContext2