Skip to content

Commit 151f23e

Browse files
authored
Merge pull request #7510 from TimShererWithAquent/us1767860a
1767860 Add descriptions for SEO. (1 of several)
2 parents aafdf45 + 503452e commit 151f23e

20 files changed

+39
-0
lines changed

docs/extensibility/best-practices-for-implementing-a-source-control-plug-in.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Implementing a source control plug-in - best practices
3+
description: Review these technical details to help you reliably implement a source control plug-in in Visual Studio.
34
ms.custom: SEO-VS-2020
45
ms.date: 11/04/2016
56
ms.topic: conceptual

docs/extensibility/binding-keyboard-shortcuts-to-menu-items.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Binding Keyboard Shortcuts to Menu Items | Microsoft Docs
3+
description: Learn how to map a keyboard shortcut in Visual Studio to a custom button, menu item, or toolbar command for either the default editor or a custom editor.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/bitflags-used-by-specific-commands.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Bitflags Used by Specific Commands | Microsoft Docs
3+
description: Learn about the bitflags used by the Source Control Plug-in API, organized by the function that uses them.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/bitmap-element.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Bitmap Element | Microsoft Docs
3+
description: The Bitmap element defines a bitmap. The bitmap is loaded either from a resource or from a file. This article contains an example.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/bitmaps-element.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Bitmaps Element | Microsoft Docs
3+
description: The Bitmaps element groups one or more Bitmap elements. This article contains an example of the Bitmaps element.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/breaking-changes-2017.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Breaking Changes in Visual Studio 2017 extensibility
3+
description: Learn about technical details of breaking changes made to the extensibility model in Visual Studio 2017 and what you can do to address them.
4+
ms.custom: SEO-VS-2020
35
titleSuffix: ''
46
ms.date: 11/09/2016
57
ms.topic: conceptual

docs/extensibility/button-element.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Button Element | Microsoft Docs
3+
description: "The Button element defines an element that the user can interact with. Buttons can be different kinds: Button, MenuButton, and SplitDropDown."
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/buttons-element.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Buttons Element | Microsoft Docs
3+
description: The Buttons element groups Button elements, which represent individual commands. This article contains an example.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/buttontext-element.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: ButtonText Element | Microsoft Docs
3+
description: The ButtonText element lets you specify the text that appears in various menus. The ButtonText element cannot be blank even if other text fields are specified.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/callback-functions-implemented-by-the-ide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Callback Functions Implemented by the IDE | Microsoft Docs
3+
description: Learn about the callback functions which the plug-in can call at appropriate times during a source control operation to pass information to the IDE.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/capability-flags.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Capability Flags | Microsoft Docs
3+
description: Learn about the SCC_CAP_xxx flags that indicate the capabilities of a source control plug-in and the SCC_EXCAP_xxx flags that indicate extended capabilities.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/changing-the-appearance-of-a-command.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Changing the Appearance of a Command | Microsoft Docs
3+
description: Learn how to provide feedback changing the appearance of a command, such as making commands available/unavailable, hidden/shown, or checked/unchecked.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/changing-the-text-of-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: Changing the Text of a Menu Command | Microsoft Docs
3+
description: Learn how to change the text label of a menu command by using the IMenuCommandService service by reviewing this code example.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/choosing-between-shared-and-versioned-vspackages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Choosing Between Shared and Versioned VSPackages | Microsoft Docs
3+
description: Learn about side-by-side installations of VSPackages through shared or versioned strategies, with multiple versions of Visual Studio and of the .NET Framework.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/com-constants-in-managed-code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: COM Constants in Managed Code | Microsoft Docs
3+
description: Learn about the Managed Package Framework, which makes some standard COM constants available to managed code.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/combo-element.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Combo Element | Microsoft Docs
3+
description: "The Combo element defines commands that appear in a combo box. There are four kinds: DropDownCombo, DynamicCombo, IndexCombo, and MRUCombo."
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/combos-element.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Combos Element | Microsoft Docs
3+
description: The Combos element groups Combo elements, which define commands that appear in a combo box. This article contains an example.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/command-code-enumerator.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Command Code Enumerator | Microsoft Docs
3+
description: The Command code enumerator is used in options for SccGetCommandOptions and SccPopulateListto to indicate the command for which the options are specified.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/command-flag-element.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Command Flag Element | Microsoft Docs
3+
description: The Command flag Element modifies its parent element. Review its parent elements and child elements.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/command-line-switches-visual-studio-sdk.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Command-Line Switches (Visual Studio SDK) | Microsoft Docs
3+
description: Devenv.exe supports command-line switches specifically for development of VSPackages. Use the articles in this section to learn about the command-line switches.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

0 commit comments

Comments
 (0)