共用方式為


BP_LOCATION_CODE_CONTEXT

描述直接系結至所偵錯程式中地址的斷點位置。

語法

typedef struct _BP_LOCATION_CODE_CONTEXT {
    IDebugCodeContext2* pCodeContext;
} BP_LOCATION_CODE_CONTEXT;

成員

pCodeContext
識別 程式代碼中斷點位置的IDebugCodeContext2 物件。

備註

這個結構是BP_LOCATION結構的成員,做為聯集的一部分。

需求

標頭:msdbg.h

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

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

另請參閱