Skip to content

Commit 5027eb5

Browse files
authored
Merge pull request #7514 from TimShererWithAquent/us1767860b
1767860 Add descriptions for SEO. (2 of several)
2 parents 151f23e + 4f3be3d commit 5027eb5

19 files changed

+39
-1
lines changed

docs/extensibility/commandname-element.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: CommandName Element | Microsoft Docs
3+
description: The CommandName element specifies the text that appears in the keyboard category in the Options dialog box and in the Commands list in the Customize dialog box.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/commandplacement-element.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: CommandPlacement Element | Microsoft Docs
3+
description: The CommandPlacement element enables buttons, groups, and menus to be included in more than one group or menu.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/commandplacements-element.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: CommandPlacements Element | Microsoft Docs
3+
description: The CommandPlacements element groups CommandPlacement elements and other CommandPlacements groupings. The CommandPlacements element is optional.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
f1_keywords:

docs/extensibility/commands-element.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Commands Element | Microsoft Docs
3+
description: "The Commands element represents the collection of commands on the VSPackage toolbar and can have these sections: menus, groups, buttons, combos, and bitmaps."
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
f1_keywords:

docs/extensibility/commandtable-element.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: CommandTable Element | Microsoft Docs
3+
description: CommandTable is the root element of the .vsct file, which defines the layout and type of the commands that a VSPackage provides to the IDE.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
f1_keywords:

docs/extensibility/creating-a-basic-project-system-part-1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Creating a Basic Project System, Part 1 | Microsoft Docs
3+
description: Learn how to create a project type named extension.myproj. In Visual Studio, projects are containers used to organize source code files and other assets.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
helpviewer_keywords:

docs/extensibility/creating-a-basic-project-system-part-2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Creating a Basic Project System, Part 2 | Microsoft Docs
3+
description: Learn how to add a Visual Studio template, a property page, and other features to a project created in a previous article.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
helpviewer_keywords:

docs/extensibility/creating-a-custom-start-page.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Creating a Custom Start Page | Microsoft Docs
3+
description: Learn how to create a custom Start Page. Begin with a blank start page, add controls to the empty UserControl element, and then test your page.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
ms.assetid: d67e0c53-9f5a-45fb-a929-b9d2125c3c82

docs/extensibility/creating-a-multi-instance-tool-window.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Creating a Multi-Instance Tool Window | Microsoft Docs
3+
description: Learn how to modify a tool window so that multiple instances of it can be open simultaneously. By default, tool windows can have only one instance open.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
helpviewer_keywords:

docs/extensibility/creating-a-settings-category.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Creating a Settings Category | Microsoft Docs
3+
description: Learn how to create a Visual Studio settings category and use it to save and restore values from a settings file.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
helpviewer_keywords:

docs/extensibility/creating-a-software-development-kit.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Creating a Software Development Kit | Microsoft Docs
3+
description: Learn about the general infrastructure of SDKs and how to create a platform SDK and an extension SDK.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
ms.assetid: 8496afb4-1573-4585-ac67-c3d58b568a12

docs/extensibility/creating-a-wpf-toolbox-control.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Creating a WPF Toolbox Control | Microsoft Docs
3+
description: Learn how to use the WPF Toolbox Control template to create a Toolbox control that you can distribute to other users.
4+
ms.custom: SEO-VS-2020
35
ms.date: 3/16/2019
46
ms.topic: how-to
57
helpviewer_keywords:

docs/extensibility/creating-an-extension-with-a-menu-command.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Creating an Extension with a Menu Command | Microsoft Docs
3+
description: Learn how to create an extension with a menu command that launches Notepad. Create a menu command and then change the menu command handler.
4+
ms.custom: SEO-VS-2020
35
ms.date: 3/16/2019
46
ms.topic: how-to
57
helpviewer_keywords:

docs/extensibility/creating-an-extension-with-a-tool-window.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Creating an Extension with a Tool Window | Microsoft Docs
3+
description: Learn how to use the VSIX project template and the Custom Tool Window item template to create an extension with a tool window.
4+
ms.custom: SEO-VS-2020
35
ms.date: 3/16/2019
46
ms.topic: how-to
57
ms.assetid: 585b0a3a-f85b-4f92-81bb-9ca499bb8a89

docs/extensibility/creating-an-extension-with-a-vspackage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Creating an Extension with a VSPackage | Microsoft Docs
3+
description: Learn how to create a VSIX project and add a VSPackage project item using the VSPackage to get the UI Shell service in order to show a message box.
4+
ms.custom: SEO-VS-2020
35
ms.date: 3/16/2019
46
ms.topic: how-to
57
ms.assetid: c0cc5e08-4897-44f2-8309-e3478f1f999e

docs/extensibility/creating-an-extension-with-an-editor-item-template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Creating an Extension with an Editor Item Template | Microsoft Docs
3+
description: Learn how to use item templates in the Visual Studio SDK to create basic editor extensions that add classifiers, adornments, and margins to the editor.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
helpviewer_keywords:

docs/extensibility/creating-an-options-page.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Creating an Options Page | Microsoft Docs
3+
description: Learn how to create a simple Tools/Options page that uses a property grid to examine and set properties.
4+
ms.custom: SEO-VS-2020
35
ms.date: 3/16/2019
46
ms.topic: how-to
57
helpviewer_keywords:

docs/extensibility/creating-and-managing-modal-dialog-boxes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Creating and Managing Modal Dialog Boxes | Microsoft Docs
3+
description: Learn how to create a modal dialog box inside Visual Studio, both by using DialogWindow and without using DialogWindow.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
helpviewer_keywords:

docs/extensibility/creating-custom-editors-and-designers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Creating Custom Editors and Designers | Microsoft Docs
3+
description: "Learn about the different types of editors that can by hosted by the Visual Studio IDE: the core editor, custom editors, external editors, and designers."
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
helpviewer_keywords:
@@ -98,4 +100,4 @@ Explains how to create UI elements that match the rest of [!INCLUDE[vsprvs](../c
98100

99101
## See also
100102

101-
- <xref:Microsoft.VisualStudio.Shell.Interop.IVsEditorFactory>
103+
- <xref:Microsoft.VisualStudio.Shell.Interop.IVsEditorFactory>

0 commit comments

Comments
 (0)