次の方法で共有


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

関連項目