FIELD_INFO
這個結構所描述的區域變數、 參數或另一個欄位。
typedef struct _tagFieldInfo {
FIELD_INFO_FIELDS dwFields;
BSTR bstrFullName;
BSTR bstrName;
BSTR bstrType;
FIELD_MODIFIERS dwModifiers;
} FIELD_INFO;
public struct FIELD_INFO {
public uint dwFields;
public string bstrFullName;
public string bstrName;
public string bstrType;
public uint dwModifiers;
};
Members
dwFields
從的旗標組合FIELD_INFO_FIELDS指定哪些成員要填入的列舉型別。bstrFullName
欄位的完整名稱。bstrName
欄位的簡短名稱。bstrType
欄位的型別。dwModifiers
從的旗標組合FIELD_MODIFIERS列舉型別描述的欄位。
備註
這個結構會傳遞至IDebugField::GetInfo填滿其中的方法。
需求
標頭: sh.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
組件: Microsoft.VisualStudio.Debugger.Interop.dll