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