Skip to content

Commit 086e5c1

Browse files
authored
Merge pull request #2521 from changeworld/patch-37
Delete unnecessary spaces
2 parents 9d6f1cc + 203fba2 commit 086e5c1

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

docs/extensibility/debugger/reference/displaykind.md

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,56 @@
22
title: "DisplayKind | Microsoft Docs"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
5-
helpviewer_keywords:
5+
helpviewer_keywords:
66
- "DisplayKind enumeration"
77
ms.assetid: 940968c5-6065-4bda-8ee6-c31597db4d71
88
author: "gregvanl"
99
ms.author: "gregvanl"
1010
manager: jillfra
11-
ms.workload:
11+
ms.workload:
1212
- "vssdk"
1313
---
1414
# 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

Comments
 (0)