Skip to content

Commit 888808f

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#3367 from MicrosoftDocs/master637671516427905430
Repo sync for protected CLA branch
2 parents 75f00fe + 70b6430 commit 888808f

6 files changed

+8
-8
lines changed
16.1 KB
Loading

docs/mfc/hierarchy-chart.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
description: "Learn more about: Hierarchy Chart"
3-
title: "Hierarchy Chart"
4-
ms.date: "11/19/2018"
2+
description: "See the MFC class hierarchy in chart form."
3+
title: "MFC class hierarchy chart"
4+
ms.date: 09/10/2021
55
helpviewer_keywords: ["object models, MFC", "classes [MFC], MFC hierarchy", "MFC, object model"]
66
ms.assetid: 19d70341-e391-4a72-94c6-35755ce975d4
77
---
8-
# Hierarchy Chart
8+
# MFC class hierarchy chart
99

1010
The following illustration represents the MFC classes derived from `CObject`:
1111

12-
![Classes Derived From CObject.](../mfc/media/mfc_hierarchy_chart1of3.png "Classes Derived From CObject")
12+
:::image type="content" source="../mfc/media/mfc-hierarchy-chart-part-1-of-3.png" alt-text="Chart that lists the MFC classes derived from CObject.":::
1313

1414
The following illustration represents the MFC classes derived from `CWnd` and `CCmdTarget`:
1515

16-
![Classes Derived From CCmdTarget or CWnd.](../mfc/media/mfc_hierarchy_chart2of3.png "Classes Derived From CCmdTarget or CWnd")
16+
:::image type="content" source="../mfc/media/mfc-hierarchy-chart-part-2-of-3.png" alt-text="Chart that lists the MFC classes derived from CCmdTarget or CWnd.":::
1717

1818
The following illustration represents the MFC classes not derived from `CObject`:
1919

20-
![Classes Not Derived From CObject.](../mfc/media/mfc_hierarchy_chart3of3.png "Classes Not Derived From CObject")
20+
:::image type="content" source="../mfc/media/mfc-hierarchy-chart-part-3-of-3.png" alt-text="Chart that lists the MFC classes that aren't derived from CObject.":::
2121

22-
You can download the complete chart from the following location: [MFC Hierarchy Charts Download](https://aka.ms/hxgg8e).
22+
You can download the complete chart from this location: [MFC Hierarchy Charts Download](https://aka.ms/hxgg8e).
2323

2424
## See also
2525

Loading
-142 KB
Binary file not shown.

0 commit comments

Comments
 (0)