Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Enumerates the valid values that represent the kinds of information to take from an IDebugField object and display to the user.
enum enum_DisplayKind
{
DisplayKind_Value = 0x1,
DisplayKind_Name = 0x2,
DisplayKind_Type = 0x3,
};
typedef DWORD DisplayKind;
public enum enum_DisplayKind
{
DisplayKind_Value = 0x1,
DisplayKind_Name = 0x2,
DisplayKind_Type = 0x3,
};
Parameters
DisplayKind_Value
Value of the field.DisplayKind_Name
Name of the field.DisplayKind_Type
Type of field.
Requirements
Header: Ee.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll