|
2 | 2 | title: "DisplayKind | Microsoft Docs"
|
3 | 3 | ms.date: "11/04/2016"
|
4 | 4 | ms.topic: "conceptual"
|
5 |
| -helpviewer_keywords: |
| 5 | +helpviewer_keywords: |
6 | 6 | - "DisplayKind enumeration"
|
7 | 7 | ms.assetid: 940968c5-6065-4bda-8ee6-c31597db4d71
|
8 | 8 | author: "gregvanl"
|
9 | 9 | ms.author: "gregvanl"
|
10 | 10 | manager: jillfra
|
11 |
| -ms.workload: |
| 11 | +ms.workload: |
12 | 12 | - "vssdk"
|
13 | 13 | ---
|
14 | 14 | # DisplayKind
|
15 |
| -Enumerates the valid values that represent the kinds of information to take from an [IDebugField](../../../extensibility/debugger/reference/idebugfield.md) object and display to the user. |
16 |
| - |
17 |
| -## Syntax |
18 |
| - |
19 |
| -```cpp |
20 |
| -enum enum_DisplayKind |
21 |
| -{ |
22 |
| - DisplayKind_Value = 0x1, |
23 |
| - DisplayKind_Name = 0x2, |
24 |
| - DisplayKind_Type = 0x3, |
25 |
| -}; |
26 |
| -typedef DWORD DisplayKind; |
27 |
| -``` |
28 |
| - |
29 |
| -```csharp |
30 |
| -public enum enum_DisplayKind |
31 |
| -{ |
32 |
| - DisplayKind_Value = 0x1, |
33 |
| - DisplayKind_Name = 0x2, |
34 |
| - DisplayKind_Type = 0x3, |
35 |
| -}; |
36 |
| -``` |
37 |
| - |
38 |
| -#### Parameters |
39 |
| - DisplayKind_Value |
40 |
| - Value of the field. |
41 |
| - |
42 |
| - DisplayKind_Name |
43 |
| - Name of the field. |
44 |
| - |
45 |
| - DisplayKind_Type |
46 |
| - Type of field. |
47 |
| - |
48 |
| -## Requirements |
49 |
| - Header: Ee.h |
50 |
| - |
51 |
| - Namespace: Microsoft.VisualStudio.Debugger.Interop |
52 |
| - |
53 |
| - Assembly: Microsoft.VisualStudio.Debugger.Interop.dll |
54 |
| - |
55 |
| -## See Also |
56 |
| - [Enumerations](../../../extensibility/debugger/reference/enumerations-visual-studio-debugging.md) |
57 |
| - [GetValueDisplayStringCount](../../../extensibility/debugger/reference/ieevisualizerservice-getvaluedisplaystringcount.md) |
| 15 | +Enumerates the valid values that represent the kinds of information to take from an [IDebugField](../../../extensibility/debugger/reference/idebugfield.md) object and display to the user. |
| 16 | + |
| 17 | +## Syntax |
| 18 | + |
| 19 | +```cpp |
| 20 | +enum enum_DisplayKind |
| 21 | +{ |
| 22 | + DisplayKind_Value = 0x1, |
| 23 | + DisplayKind_Name = 0x2, |
| 24 | + DisplayKind_Type = 0x3, |
| 25 | +}; |
| 26 | +typedef DWORD DisplayKind; |
| 27 | +``` |
| 28 | + |
| 29 | +```csharp |
| 30 | +public enum enum_DisplayKind |
| 31 | +{ |
| 32 | + DisplayKind_Value = 0x1, |
| 33 | + DisplayKind_Name = 0x2, |
| 34 | + DisplayKind_Type = 0x3, |
| 35 | +}; |
| 36 | +``` |
| 37 | + |
| 38 | +#### Parameters |
| 39 | +DisplayKind_Value |
| 40 | +Value of the field. |
| 41 | + |
| 42 | +DisplayKind_Name |
| 43 | +Name of the field. |
| 44 | + |
| 45 | +DisplayKind_Type |
| 46 | +Type of field. |
| 47 | + |
| 48 | +## Requirements |
| 49 | +Header: Ee.h |
| 50 | + |
| 51 | +Namespace: Microsoft.VisualStudio.Debugger.Interop |
| 52 | + |
| 53 | +Assembly: Microsoft.VisualStudio.Debugger.Interop.dll |
| 54 | + |
| 55 | +## See Also |
| 56 | +[Enumerations](../../../extensibility/debugger/reference/enumerations-visual-studio-debugging.md) |
| 57 | +[GetValueDisplayStringCount](../../../extensibility/debugger/reference/ieevisualizerservice-getvaluedisplaystringcount.md) |
0 commit comments