BP_LOCATION_CODE_FILE_LINE
包含程式碼的原始程式檔中的特定資料行中的中斷點位置的資料。
typedef struct _BP_LOCATION_CODE_FILE_LINE {
BSTR bstrContext;
IDebugDocumentPosition2* pDocPos;
} BP_LOCATION_CODE_FILE_LINE;
Members
bstrContext
這個中斷點的內容,通常為 [呼叫堆疊上看到的方法或函式的名稱。pDocPos
IDebugDocumentPosition2物件,代表文件的位置中斷點。
備註
這個結構屬於BP_LOCATION的聯集一部分的結構。
需求
標頭: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
組件: Microsoft.VisualStudio.Debugger.Interop.dll