Skip to content

Commit 4e5666c

Browse files
authored
Merge pull request #7686 from TimShererWithAquent/us1767860z
1767860 Add descriptions for SEO. BULK (24 of several)
2 parents b1da219 + 3c6cec4 commit 4e5666c

20 files changed

+40
-0
lines changed

docs/extensibility/internals/project-configuration-for-managing-deployment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Project Configuration for Managing Deployment | Microsoft Docs
3+
description: Learn about deployment to the expected location for debugging and installation and the two ways Visual Studio supports projects that support deployment.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/project-configuration-for-output.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Project Configuration for Output | Microsoft Docs
3+
description: Learn about the build processes that every configuration can support and the interfaces and methods by which output items can be made available.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/project-configuration-object.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Project Configuration Object | Microsoft Docs
3+
description: Learn how the project configuration object manages the display of configuration information to the UI.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/project-context.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Project Context | Microsoft Docs
3+
description: Learn how the Visual Studio IDE uses project context to determine how to perform operations when the user adds or works with projects and project items.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/project-model-core-components.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Project Model Core Components | Microsoft Docs
3+
description: This article contains descriptions of the interfaces and services identified in the project model core, and the interfaces and services associated with objects.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/project-modeling.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Project Modeling | Microsoft Docs
3+
description: Learn about the standard project objects that are required to create automation for your new project type and the path that project automation follows.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/project-persistence.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Project Persistence | Microsoft Docs
3+
description: Learn about persistence in the design of your project, including the use of IPersistFileFormat to persist both file and non-file-based project objects.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/project-priority.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Project Priority | Microsoft Docs
3+
description: Learn about the priority scheme that the Visual Studio IDE uses determine the best project for opening an item if the item is a member of more than one project.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/project-property-user-interface.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Project Property User Interface | Microsoft Docs
3+
description: Learn how project subtypes can modify the project Property Pages dialog box as supplied by the base project.
4+
ms.custom: SEO-VS-2020
35
ms.date: 03/22/2018
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/project-subtypes-design.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Project Subtypes Design | Microsoft Docs
3+
description: Learn how project subtypes let VSPackages extend projects based on the Microsoft Build Engine (MSBuild).
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/project-subtypes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Project Subtypes | Microsoft Docs
3+
description: Learn how project subtypes let you customize behavior of the project systems of Visual Studio. VSPackages implement project subtypes using COM aggregation.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/project-type-design-decisions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Project Type Design Decisions | Microsoft Docs
3+
description: Learn about the item, project file persistence, and commitment mechanic design decisions to make before you extend Visual Studio by creating a new project type.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/project-type-essentials.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Project Type Essentials | Microsoft Docs
3+
description: Learn about when you must create a project type and when you can extend an existing project type by using project subtypes.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/project-types-architecture.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Project Types Architecture | Microsoft Docs
3+
description: This article links to articles which contain detailed information about the architecture of project types in Visual Studio.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/project-types.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Project Types | Microsoft Docs
3+
description: Visual Studio includes several project types for languages such as Visual C# and Visual Basic. Visual Studio also lets you create your own project types.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/projects.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Projects | Microsoft Docs
3+
description: Learn about the ways that VSPackages can extend the Visual Studio project system, including project types, project subtypes, and custom tools.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/properties-and-methods-extended-by-project-subtypes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Properties and Methods Extended by Project Subtypes | Microsoft Docs
3+
description: Learn about features that project subtypes can enhanced or modified, which lets you customize the behavior of the project systems of Visual Studio.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/properties-display-grid.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Properties Display Grid | Microsoft Docs
3+
description: Learn where the property names and property values fields are found in the grid in the Properties window and how to work with the grid in extending properties.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/properties-window-buttons.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Properties Window Buttons | Microsoft Docs
3+
description: Learn about buttons displayed by default on the toolbar for the Properties window and about the implementation of the buttons.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/properties-window-fields-and-interfaces.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Properties Window Fields and Interfaces | Microsoft Docs
3+
description: Learn about the selection that determines what information is displayed in the Properties window based on the window that has focus in the Visual Studio IDE.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

0 commit comments

Comments
 (0)