नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Enumerates the valid values that represent the kinds of information to take from an IDebugField object and display to the user.
Syntax
public enum enum_DisplayKind
{
DisplayKind_Value = 0x1,
DisplayKind_Name = 0x2,
DisplayKind_Type = 0x3,
};
Fields
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