Skip to content

Commit b2ed0b2

Browse files
authored
Merge pull request #5603 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch master)
2 parents ff8cb61 + eeae0d6 commit b2ed0b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/debugger/create-custom-views-of-dot-managed-objects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Create custom views of objects | Microsoft Docs"
2+
title: "Create custom views of managed objects | Microsoft Docs"
33
ms.date: "01/08/2019"
44
ms.topic: "conceptual"
55
f1_keywords:
@@ -24,7 +24,7 @@ manager: jillfra
2424
ms.workload:
2525
- "dotnet"
2626
---
27-
# Create custom views of objects (C#, Visual Basic, F#, C++/CLI)
27+
# Create custom views of managed objects (C#, Visual Basic, F#, C++/CLI)
2828
You can customize the way Visual Studio displays data types in debugger variable windows.
2929

3030
## Attributes
@@ -45,4 +45,4 @@ You can write a visualizer to display any managed data type. For more informatio
4545
- [Tell the debugger what to show using the DebuggerDisplay Attribute](../debugger/using-the-debuggerdisplay-attribute.md)
4646
- [Tell the debugger what type to show using DebuggerTypeProxy Attribute](../debugger/using-debuggertypeproxy-attribute.md)
4747
- [Watch and QuickWatch Windows](../debugger/watch-and-quickwatch-windows.md)
48-
- [Enhancing Debugging with the Debugger Display Attributes](/dotnet/framework/debug-trace-profile/enhancing-debugging-with-the-debugger-display-attributes)
48+
- [Enhancing Debugging with the Debugger Display Attributes](/dotnet/framework/debug-trace-profile/enhancing-debugging-with-the-debugger-display-attributes)

docs/debugger/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
href: visual-cpp-custom-visualizer-compatibility.md
239239
- name: Custom views (managed)
240240
items:
241-
- name: Create custom views of objects
241+
- name: Create custom views of managed objects
242242
href: create-custom-views-of-dot-managed-objects.md
243243
- name: Tell the debugger what to show
244244
href: using-the-debuggerdisplay-attribute.md

0 commit comments

Comments
 (0)