BP_RESOLUTION_CODE

描述代码断点的位置。

语法

public struct BP_RESOLUTION_CODE {
    public IDebugCodeContext2 pCodeContext;
};

成员

pCodeContext
标识断点在代码中的位置的 IDebugCodeContext2 对象。

备注

此结构是BP_RESOLUTION_LOCATION结构的成员,而该结构又是 GetResolutionInfo 方法返回的BP_RESOLUTION_INFO结构的成员

要求

标头:msdbg.h

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

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

另请参阅