DisplayKind

列舉有效值,這些值代表要從 IDebugField 物件擷取的資訊種類,並向用戶顯示。

語法

public enum enum_DisplayKind
{
    DisplayKind_Value = 0x1,
    DisplayKind_Name = 0x2,
    DisplayKind_Type = 0x3,
};

欄位​​

DisplayKind_Value
欄位的值。

DisplayKind_Name
欄位的名稱。

DisplayKind_Type
欄位的類型。

需求

標頭:Ee.h

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

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

另請參閱