|
180 | 180 | #### [Track Your Code by Customizing the Scrollbar](ide/how-to-track-your-code-by-customizing-the-scrollbar.md)
|
181 | 181 | #### [View the Structure of Code](ide/viewing-the-structure-of-code.md)
|
182 | 182 | ##### [Class View and Object Browser Icons](ide/class-view-and-object-browser-icons.md)
|
183 |
| -##### [Design and View Classes and Types](ide/class-designer/TOC.md) |
| 183 | +##### [Design classes in Class Designer](ide/class-designer/designing-and-viewing-classes-and-types.md) |
| 184 | +###### [Add class diagrams to projects](ide/class-designer/how-to-add-class-diagrams-to-projects.md) |
| 185 | +###### [Customize class diagrams](ide/class-designer/how-to-customize-class-diagrams.md) |
| 186 | +###### [Copy class diagram elements to a Microsoft Office document](ide/class-designer/how-to-copy-class-diagram-elements-to-a-microsoft-office-document.md) |
| 187 | +###### [Export class diagrams as images](ide/class-designer/how-to-export-class-diagrams-as-images.md) |
| 188 | +###### [Print class diagrams](ide/class-designer/how-to-print-class-diagrams.md) |
| 189 | +###### [Add comments to class diagrams](ide/class-designer/how-to-add-comments-to-class-diagrams.md) |
| 190 | +###### Create classes and types |
| 191 | +####### [Create types](ide/class-designer/how-to-create-types.md) |
| 192 | +####### [Create inheritance between types](ide/class-designer/how-to-create-inheritance-between-types.md) |
| 193 | +####### [Create associations between types](ide/class-designer/how-to-create-associations-between-types.md) |
| 194 | +####### [Visualize a collection association](ide/class-designer/how-to-visualize-a-collection-association.md) |
| 195 | +####### [Create and configure type members](ide/class-designer/creating-and-configuring-type-members.md) |
| 196 | +###### View types and relationships |
| 197 | +####### [View existing types](ide/class-designer/how-to-view-existing-types.md) |
| 198 | +####### [View inheritance between types](ide/class-designer/how-to-view-inheritance-between-types.md) |
| 199 | +####### [Member notation and association notation](ide/class-designer/how-to-change-between-member-notation-and-association-notation.md) |
| 200 | +###### [Refactor classes and types](ide/class-designer/refactoring-classes-and-types.md) |
| 201 | +####### [Implement an interface](ide/class-designer/how-to-implement-an-interface.md) |
| 202 | +####### [Split a class into partial classes](ide/class-designer/how-to-split-a-class-into-partial-classes.md) |
| 203 | +####### [Create a nullable type](ide/class-designer/how-to-create-a-nullable-type.md) |
| 204 | +###### [Work with Visual C++ code](ide/class-designer/working-with-visual-cpp-code.md) |
| 205 | +####### [C++ classes](ide/class-designer/visual-cpp-classes.md) |
| 206 | +####### [C++ structures](ide/class-designer/visual-cpp-structures.md) |
| 207 | +####### [C++ enumerations](ide/class-designer/visual-cpp-enumerations.md) |
| 208 | +####### [C++ typedefs](ide/class-designer/visual-cpp-typedefs.md) |
| 209 | +###### [Keyboard and mouse shortcuts](ide/class-designer/keyboard-and-mouse-shortcuts-in-the-class-diagram-and-class-details-window.md) |
| 210 | +###### [Class Designer errors](ide/class-designer/additional-information-about-errors.md) |
184 | 211 | #### [Set Bookmarks in Code](ide/setting-bookmarks-in-code.md)
|
185 | 212 | #### [Use the Task List](ide/using-the-task-list.md)
|
186 | 213 | #### [Find code changes and other history with CodeLens](ide/find-code-changes-and-other-history-with-codelens.md)
|
|
0 commit comments