共用方式為


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

另請參閱