Skip to content

Commit 654800e

Browse files
authored
Merge pull request #6151 from MicrosoftDocs/master637421185815536295
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 05136f6 + a3d024b commit 654800e

20 files changed

+39
-0
lines changed

docs/extensibility/internals/command-contracts-in-interop-assemblies.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Command Contracts in Interop Assemblies | Microsoft Docs
3+
description: Learn about the basic contract for handling commands through the Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget interface.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/command-design.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Command Design | Microsoft Docs
3+
description: Learn how to design a command for a VSPackage in Visual Studio. Including, how to specify where it appears, when it is available, and how it is to be handled.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/command-implementation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Command Implementation | Microsoft Docs
3+
description: Learn about command implementation in Visual Studio, how to set up a command group in a VSPackage, add a command to it, register the command, and implement it.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/command-placement-guidelines.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Command Placement Guidelines | Microsoft Docs
3+
description: Learn the guidelines and best practices for positioning commands in the Visual Studio integrated development environment (IDE).
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/command-routing-algorithm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Command Routing Algorithm | Microsoft Docs
3+
description: Learn about the order of command resolution in Visual Studio as commands are handled by different components and routed from the innermost to the outermost context.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/command-routing-in-vspackages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Command Routing in VSPackages | Microsoft Docs
3+
description: Learn about command routing in VSPackages and how commands are routed based on the context in which they are executed 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/commands-and-menus-that-use-interop-assemblies.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Commands and Menus That Use Interop Assemblies | Microsoft Docs
3+
description: Learn about the tasks that must be completed when implementing menu and toolbar commands in a VSPackage by using Interop assemblies.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/commands-menus-and-toolbars.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Commands, Menus, and Toolbars | Microsoft Docs
3+
description: Learn about commands, menus, and toolbars in Visual Studio, including what they are and how they work in VSPackages.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/commands-that-must-be-run-after-installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Commands That Must Be Run After Installation | Microsoft Docs
3+
description: Learn about the commands that must be run as part of your installation of an extension deployed through a .msi file 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/commenting-code-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: Commenting Code in a Legacy Language Service | Microsoft Docs
3+
description: Learn about the managed package framework (MPF) classes that provide support for code commenting in a legacy language service 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/component-management.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Component Management | Microsoft Docs
3+
description: Learn how to manage Windows Installer components when creating a VSPackage installer 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/configuration-options-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Configuration Options Overview | Microsoft Docs
3+
description: Learn about the options for project configurations in Visual Studio. A configuration is a build type described with a named set of properties and file locations.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/considerations-for-unloading-and-reloading-nested-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Unloading and reloading nested projects
3+
description: Learn the additional steps that must be performed when unloading and reloading nested projects in Visual Studio.
34
ms.custom: SEO-VS-2020
45
ms.date: 11/04/2016
56
ms.topic: conceptual

docs/extensibility/internals/context-parameters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Context Parameters | Microsoft Docs
3+
description: Learn about context parameters in the Visual Studio integrated development environment (IDE) that define the state of a project when you add or implement a wizard.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/contributing-to-the-add-new-item-dialog-box.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Contributing to the Add New Item Dialog Box | Microsoft Docs
3+
description: Learn how to contribute to the Add New Item dialog box in Visual Studio by registering Add Item templates under the Projects registry subkey.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/contributing-to-the-automation-model.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Contributing to the Automation Model | Microsoft Docs
3+
description: Learn how to contribute to the Visual Studio automation model by following a set of guidelines when designing a VSPackage.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/createexpinstance-utility.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: CreateExpInstance Utility | Microsoft Docs
3+
description: Learn about the CreateExpInstance utility that allows you to create, reset, or delete an experimental instance 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/createpkgdef-utility.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: CreatePkgDef Utility | Microsoft Docs
3+
description: Learn about the CreatePkgDef utility that takes a .dll file for a Visual Studio extension as a parameter and creates a .pkgdef file to accompany the .dll file.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/creating-a-source-control-plug-in.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Creating a Source Control Plug-in | Microsoft Docs
3+
description: Learn how to create a source control plug-in that adds a source control capability to the Visual Studio integrated development environment (IDE).
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/internals/creating-a-source-control-vspackage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Creating a Source Control VSPackage | Microsoft Docs
3+
description: Learn how to create a source control VSPackage that creates a deep integration path for source control to integrate with Visual Studio.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

0 commit comments

Comments
 (0)