Skip to content

Repo sync for protected CLA branch #6267

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 29 commits into from
Jan 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
34d6f49
Add descriptions for SEO.
TimShererWithAquent Dec 22, 2020
9e48ff5
Add descriptions for SEO.
TimShererWithAquent Dec 23, 2020
536d9ee
Merge branch 'master' of https://github.com/MicrosoftDocs/visualstudi…
TimShererWithAquent Dec 29, 2020
d81489f
Merge branch 'master' of https://github.com/MicrosoftDocs/visualstudi…
TimShererWithAquent Dec 29, 2020
31195b7
Additional fixes.
TimShererWithAquent Dec 29, 2020
8c1d091
Add descriptions for SEO.
TimShererWithAquent Dec 30, 2020
093ce00
Add descriptions for SEO.
TimShererWithAquent Dec 30, 2020
bd86547
Add description for SEO.
TimShererWithAquent Dec 30, 2020
8bc8ff2
Add descriptions for SEO.
TimShererWithAquent Dec 31, 2020
4448ac0
Additional changes.
TimShererWithAquent Dec 31, 2020
20af76d
Additional fixes.
TimShererWithAquent Dec 31, 2020
f1b77c3
Merge branch 'master' of https://github.com/MicrosoftDocs/visualstudi…
TimShererWithAquent Dec 31, 2020
b40f4fe
Merge branch 'master' of https://github.com/MicrosoftDocs/visualstudi…
TimShererWithAquent Dec 31, 2020
f0fed8a
Additional fixes.
TimShererWithAquent Dec 31, 2020
779eb18
updated content perf tags
Mikejo5000 Jan 4, 2021
94ee178
minor fix
Mikejo5000 Jan 4, 2021
ff029ba
Merge pull request #7692 from Mikejo5000/mikejo-br18
Court72 Jan 4, 2021
abd9757
Apply suggestions from code review
TimShererWithAquent Jan 4, 2021
6d400aa
Merge pull request #7676 from TimShererWithAquent/us1767860v
v-dihans Jan 4, 2021
df696eb
Apply suggestions from code review
TimShererWithAquent Jan 4, 2021
fe327c5
Merge pull request #7677 from TimShererWithAquent/us1767860w
v-dihans Jan 4, 2021
983dfc8
Update docs/extensibility/internals/removal-of-source-control-informa…
TimShererWithAquent Jan 4, 2021
3c6cec4
Apply suggestions from code review
TimShererWithAquent Jan 4, 2021
16e9eb2
Merge pull request #7684 from TimShererWithAquent/us1767860x
v-dihans Jan 4, 2021
70789d4
Apply suggestions from code review
TimShererWithAquent Jan 4, 2021
b1da219
Merge pull request #7685 from TimShererWithAquent/us1767860y
v-dihans Jan 4, 2021
4e5666c
Merge pull request #7686 from TimShererWithAquent/us1767860z
v-dihans Jan 4, 2021
0c9155e
Merge pull request #7687 from TimShererWithAquent/us1767860aa
v-dihans Jan 4, 2021
77d7372
Merging changes synced from https://github.com/MicrosoftDocs/visualst…
ghogen Jan 5, 2021
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
2 changes: 2 additions & 0 deletions docs/extensibility/internals/microsoft-help-viewer-sdk.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Microsoft Help Viewer SDK | Microsoft Docs
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.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
ms.assetid: 620d7dcd-d462-475e-a449-fbfa06ff12c5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Migrating a Legacy Language Service | Microsoft Docs
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.
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/miscellaneous-files-project.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Miscellaneous Files Project | Microsoft Docs
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.
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: Model for Source Control Packages | Microsoft Docs
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.
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: Model of a Legacy Language Service | Microsoft Docs
description: Use this model of a minimal language service for the Visual Studio core editor as a guide for creating your own language service.
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/nesting-projects.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Nesting Projects | Microsoft Docs
description: Learn about nesting projects, which allows application developers who use your VSPackage to group similar types of projects together 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: Opening and Saving Project Items | Microsoft Docs
description: Learn about different approaches to opening and saving files for your new project type in the Visual Studio 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: Optimizing Menu and Toolbar Commands | Microsoft Docs
description: Learn how Visual Studio can minimize command confusion caused by adding VSPackages and their corresponding commands.
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: Compare Project Folder to Source Control Store | Microsoft Docs
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.
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/options-and-options-pages.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Options and Options Pages | Microsoft Docs
description: Learn about support for options pages, which let you change the values of the options that determine the state of a VSPackage.
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: Outlining and Hidden Text in a Legacy Language Service | Microsoft Docs
description: This article links to resources to implement outlining and hidden text in a legacy language service.
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: Outlining in a Legacy Language Service | Microsoft Docs
description: Learn how to support outlining through the implementation of hidden regions in a legacy language service.
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: Parameter Info in a Legacy Language Service1 | Microsoft Docs
description: Learn how to implement the IntelliSense Parameter Info tooltip, which provides users with hints, in a legacy language service.
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: Parameter Info in a Legacy Language Service2 | Microsoft Docs
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.
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: Persistence and the Running Document Table | Microsoft Docs
description: Learn how projects coordinate document opening, saving, and renaming in the running document table, which tracks document state in the Visual Studio 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: Persisting Data in the MSBuild Project File | Microsoft Docs
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.
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: Project Configuration for Building | Microsoft Docs
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.
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: Project Configuration for Managing Deployment | Microsoft Docs
description: Learn about deployment to the expected location for debugging and installation and the two ways Visual Studio supports projects that support deployment.
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: Project Configuration for Output | Microsoft Docs
description: Learn about the build processes that every configuration can support and the interfaces and methods by which output items can be made available.
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/project-configuration-object.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Project Configuration Object | Microsoft Docs
description: Learn how the project configuration object manages the display of configuration information to the UI.
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/project-context.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Project Context | Microsoft Docs
description: Learn how the Visual Studio IDE uses project context to determine how to perform operations when the user adds or works with projects and project items.
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/project-model-core-components.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Project Model Core Components | Microsoft Docs
description: This article contains descriptions of the interfaces and services identified in the project model core, and the interfaces and services associated with objects.
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/project-modeling.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Project Modeling | Microsoft Docs
description: Learn about the standard project objects that are required to create automation for your new project type and the path that project automation follows.
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/project-persistence.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Project Persistence | Microsoft Docs
description: Learn about persistence in the design of your project, including the use of IPersistFileFormat to persist both file and non-file-based project objects.
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/project-priority.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Project Priority | Microsoft Docs
description: Learn about the priority scheme that the Visual Studio IDE uses determine the best project for opening an item if the item is a member of more than one project.
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: Project Property User Interface | Microsoft Docs
description: Learn how project subtypes can modify the project Property Pages dialog box as supplied by the base project.
ms.custom: SEO-VS-2020
ms.date: 03/22/2018
ms.topic: conceptual
helpviewer_keywords:
Expand Down
2 changes: 2 additions & 0 deletions docs/extensibility/internals/project-subtypes-design.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Project Subtypes Design | Microsoft Docs
description: Learn how project subtypes let VSPackages extend projects based on the Microsoft Build Engine (MSBuild).
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/project-subtypes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Project Subtypes | Microsoft Docs
description: Learn how project subtypes let you customize behavior of the project systems of Visual Studio. VSPackages implement project subtypes using COM aggregation.
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/project-type-design-decisions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Project Type Design Decisions | Microsoft Docs
description: Learn about the item, project file persistence, and commitment mechanic design decisions to make before you extend Visual Studio by creating a new project type.
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/project-type-essentials.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Project Type Essentials | Microsoft Docs
description: Learn about when you must create a project type and when you can extend an existing project type by using project subtypes.
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/project-types-architecture.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Project Types Architecture | Microsoft Docs
description: This article links to articles which contain detailed information about the architecture of project types 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/project-types.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Project Types | Microsoft Docs
description: Visual Studio includes several project types for languages such as Visual C# and Visual Basic. Visual Studio also lets you create your own project types.
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/projects.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Projects | Microsoft Docs
description: Learn about the ways that VSPackages can extend the Visual Studio project system, including project types, project subtypes, and custom tools.
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: Properties and Methods Extended by Project Subtypes | Microsoft Docs
description: Learn about features that project subtypes can enhanced or modified, which lets you customize the behavior of the project systems 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/properties-display-grid.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Properties Display Grid | Microsoft Docs
description: Learn where the property names and property values fields are found in the grid in the Properties window and how to work with the grid in extending properties.
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/properties-window-buttons.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Properties Window Buttons | Microsoft Docs
description: Learn about buttons displayed by default on the toolbar for the Properties window and about the implementation of the buttons.
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: Properties Window Fields and Interfaces | Microsoft Docs
description: Learn about the selection that determines what information is displayed in the Properties window based on the window that has focus in the Visual Studio 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/properties-window-object-list.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Properties Window Object List | Microsoft Docs
description: Learn about the interfaces used to interact with the object list in the Properties window in the Visual Studio 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/properties-window-overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Properties Window Overview | Microsoft Docs
description: Learn about the interfaces used to interact with the Properties window in the Visual Studio IDE in this overview.
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/property-pages.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Property Pages | Microsoft Docs
description: Learn about working with Properties Pages for your new project type in the Visual Studio SDK, which allow users to view and change project properties.
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/providing-automation-for-code.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Providing Automation for Code | Microsoft Docs
description: Learn about implementing a code model, which requires implementing interfaces that are determined by your internal data structure.
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: Providing Automation for VSPackages | Microsoft Docs
description: Learn about how to provide automation for your VSPackages by implementing VSPackage-specific objects and by implementing standard automation objects.
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: Query Edit Query Save (Source Control VSPackage) | Microsoft Docs
description: Learn about the role of Query-Edit Query-Save events and how they are handled by the source control VSPackage.
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: Quick Info in a Legacy Language Service | Microsoft Docs
description: Learn about support for the IntelliSense Quick Info operation for displaying information about an identifier.
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/rdt-readlock-usage.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: RDT_ReadLock Usage | Microsoft Docs
description: Learn about the _VSRDTFLAGS.RDT_ReadLock flag, which provides logic for locking a document in the Running Document Table.
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: Reformatting Code in a Legacy Language Service | Microsoft Docs
description: Learn about enabling support for source code reformatting for a Visual Studio legacy language service.
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: Registering a Legacy Language Service1 | Microsoft Docs
description: Learn about the registering a legacy language service from a VSPackage with Visual Studio by adding registry keys and entries.
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: Registering a Legacy Language Service2 | Microsoft Docs
description: This article lists registry entries for the various language service options available 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/registering-a-project-type.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Registering a Project Type | Microsoft Docs
description: Learn about creating registry entries that enable Visual Studio to recognize and work with your new project type.
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: Registering Interop Assembly Command Handlers | Microsoft Docs
description: Learn about the basic command contract used by all VSPackages implementing commands using Interop assemblies.
ms.custom: SEO-VS-2020
ms.date: 11/04/2016
ms.topic: conceptual
helpviewer_keywords:
Expand Down
Loading