Skip to content

Repo sync for protected CLA branch #6151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Command Contracts in Interop Assemblies | Microsoft Docs
description: Learn about the basic contract for handling commands through the Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget interface.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
2 changes: 2 additions & 0 deletions docs/extensibility/internals/command-design.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Command Design | Microsoft Docs
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.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
2 changes: 2 additions & 0 deletions docs/extensibility/internals/command-implementation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Command Implementation | Microsoft Docs
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.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
2 changes: 2 additions & 0 deletions docs/extensibility/internals/command-placement-guidelines.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Command Placement Guidelines | Microsoft Docs
description: Learn the guidelines and best practices for positioning commands in the Visual Studio integrated development environment (IDE).
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
2 changes: 2 additions & 0 deletions docs/extensibility/internals/command-routing-algorithm.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Command Routing Algorithm | Microsoft Docs
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.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
2 changes: 2 additions & 0 deletions docs/extensibility/internals/command-routing-in-vspackages.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Command Routing in VSPackages | Microsoft Docs
description: Learn about command routing in VSPackages and how commands are routed based on the context in which they are executed in Visual Studio.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Commands and Menus That Use Interop Assemblies | Microsoft Docs
description: Learn about the tasks that must be completed when implementing menu and toolbar commands in a VSPackage by using Interop assemblies.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
2 changes: 2 additions & 0 deletions docs/extensibility/internals/commands-menus-and-toolbars.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Commands, Menus, and Toolbars | Microsoft Docs
description: Learn about commands, menus, and toolbars in Visual Studio, including what they are and how they work in VSPackages.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Commands That Must Be Run After Installation | Microsoft Docs
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.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Commenting Code in a Legacy Language Service | Microsoft Docs
description: Learn about the managed package framework (MPF) classes that provide support for code commenting in a legacy language service in Visual Studio.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
2 changes: 2 additions & 0 deletions docs/extensibility/internals/component-management.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Component Management | Microsoft Docs
description: Learn how to manage Windows Installer components when creating a VSPackage installer in Visual Studio.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Configuration Options Overview | Microsoft Docs
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.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Unloading and reloading nested projects
description: Learn the additional steps that must be performed when unloading and reloading nested projects in Visual Studio.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
Expand Down
2 changes: 2 additions & 0 deletions docs/extensibility/internals/context-parameters.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Context Parameters | Microsoft Docs
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.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Contributing to the Add New Item Dialog Box | Microsoft Docs
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.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Contributing to the Automation Model | Microsoft Docs
description: Learn how to contribute to the Visual Studio automation model by following a set of guidelines when designing a VSPackage.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
2 changes: 2 additions & 0 deletions docs/extensibility/internals/createexpinstance-utility.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: CreateExpInstance Utility | Microsoft Docs
description: Learn about the CreateExpInstance utility that allows you to create, reset, or delete an experimental instance of Visual Studio.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
2 changes: 2 additions & 0 deletions docs/extensibility/internals/createpkgdef-utility.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: CreatePkgDef Utility | Microsoft Docs
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.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Creating a Source Control Plug-in | Microsoft Docs
description: Learn how to create a source control plug-in that adds a source control capability to the Visual Studio integrated development environment (IDE).
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Creating a Source Control VSPackage | Microsoft Docs
description: Learn how to create a source control VSPackage that creates a deep integration path for source control to integrate with Visual Studio.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down