Skip to content

Commit 0c9155e

Browse files
authored
Merge pull request #7687 from TimShererWithAquent/us1767860aa
1767860 Add descriptions for SEO. BULK (25 of 25)
2 parents 4e5666c + 70789d4 commit 0c9155e

17 files changed

+34
-0
lines changed

docs/extensibility/internals/microsoft-help-viewer-sdk.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Microsoft Help Viewer SDK | Microsoft Docs
3+
description: Learn about Visual Studio Help Viewer tasks, such as creating an article, creating a Help Viewer content-branding package, and deploying a set of articles.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
ms.assetid: 620d7dcd-d462-475e-a449-fbfa06ff12c5

docs/extensibility/internals/migrating-a-legacy-language-service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Migrating a Legacy Language Service | Microsoft Docs
3+
description: Learn how to update a language service to the latest version of Visual Studio by updating the project and adding a source.extension.vsixmanifest file.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/miscellaneous-files-project.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Miscellaneous Files Project | Microsoft Docs
3+
description: Learn about the two types of editors that can be used to open files in a Visual Studio project and the role of the project in determining which editor to use.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/model-for-source-control-packages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Model for Source Control Packages | Microsoft Docs
3+
description: This model represents a source control implementation. The article shows the names of the classes to make it easier to see how source control is carried out.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/model-of-a-legacy-language-service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Model of a Legacy Language Service | Microsoft Docs
3+
description: Use this model of a minimal language service for the Visual Studio core editor as a guide for creating your own language service.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/nesting-projects.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Nesting Projects | Microsoft Docs
3+
description: Learn about nesting projects, which allows application developers who use your VSPackage to group similar types of projects together 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/opening-and-saving-project-items.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Opening and Saving Project Items | Microsoft Docs
3+
description: Learn about different approaches to opening and saving files for your new project type in the Visual Studio IDE.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/optimizing-menu-and-toolbar-commands.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Optimizing Menu and Toolbar Commands | Microsoft Docs
3+
description: Learn how Visual Studio can minimize command confusion caused by adding VSPackages and their corresponding commands.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/optional-comparison-of-local-project-folder-to-source-control-store.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Compare Project Folder to Source Control Store | Microsoft Docs
3+
description: In the Source Control Plug-in API, the comparison between the local project folder and source control is accomplished by using SccDirQueryInfo and SccDirDiff.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/options-and-options-pages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Options and Options Pages | Microsoft Docs
3+
description: Learn about support for options pages, which let you change the values of the options that determine the state of a VSPackage.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/outlining-and-hidden-text-in-a-legacy-language-service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Outlining and Hidden Text in a Legacy Language Service | Microsoft Docs
3+
description: This article links to resources to implement outlining and hidden text in a legacy language service.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/outlining-in-a-legacy-language-service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Outlining in a Legacy Language Service | Microsoft Docs
3+
description: Learn how to support outlining through the implementation of hidden regions in a legacy language service.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/parameter-info-in-a-legacy-language-service1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Parameter Info in a Legacy Language Service1 | Microsoft Docs
3+
description: Learn how to implement the IntelliSense Parameter Info tooltip, which provides users with hints, in a legacy language service.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/parameter-info-in-a-legacy-language-service2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Parameter Info in a Legacy Language Service2 | Microsoft Docs
3+
description: Learn how to support the IntelliSense Parameter Info operation for displaying a method signature as the method is typed in a legacy language service.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/persistence-and-the-running-document-table.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Persistence and the Running Document Table | Microsoft Docs
3+
description: Learn how projects coordinate document opening, saving, and renaming in the running document table, which tracks document state in the Visual Studio IDE.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/persisting-data-in-the-msbuild-project-file.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Persisting Data in the MSBuild Project File | Microsoft Docs
3+
description: Learn how to persist data in a project file and use IPersistXMLFragment to maintain the data in the project file across project subtype aggregation levels.
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-building.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 Building | Microsoft Docs
3+
description: Learn how a list of solution configurations for a particular solution is managed by the Solution Configurations dialog box in a new project type.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

0 commit comments

Comments
 (0)