Skip to content

Commit dd96a95

Browse files
Merge pull request #7659 from TimShererWithAquent/us1767860u
1767860 Add descriptions for SEO. BULK (19 of several)
2 parents 295035c + f42234f commit dd96a95

19 files changed

+38
-0
lines changed

docs/extensibility/vscodewindow-object.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: VSCodeWindow Object | Microsoft Docs
3+
description: Learn about code windows, which are specialized document windows that can include one or more text views, usually the VsTextView object.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
f1_keywords:

docs/extensibility/vsct-xml-schema-conditional-attributes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: VSCT XML Schema Conditional Attributes | Microsoft Docs
3+
description: Learn how to apply conditional attributes to VSCT XML schema lists and items. Attributes evaluate to true or false, controlling the resulting output.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/vsct-xml-schema-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: VSCT XML Schema Reference | Microsoft Docs
3+
description: The VSCT XML schema reference articles describe Command Table Compiler schema elements, with allowed child elements and attributes for each.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/vsix-extension-schema-2-0-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: VSIX Extension Schema 2.0 Reference | Microsoft Docs
3+
description: The VSIX extension schema 2.0 defines the file format for a VSIX deployment manifest file, which describes the contents of a VSIX package.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/vsix-language-pack-schema-2-0-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "VSIX Language Pack Schema 2.0 Reference | Microsoft Docs"
3+
description: The VSIX Language Pack schema provides localized installation information for VSIX packages. Version 2.0 supports additional localization elements.
4+
ms.custom: SEO-VS-2020
35
ms.date: "10/26/2017"
46
ms.topic: "conceptual"
57
helpviewer_keywords:

docs/extensibility/vsix-manifest-designer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: VSIX Manifest Designer | Microsoft Docs
3+
description: Learn how the VSIX Manifest Designer modifies a VSIX package manifest file, which sets the installation behavior for a Visual Studio extension.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
f1_keywords:

docs/extensibility/vsix-project-template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: VSIX Project Template | Microsoft Docs
3+
description: Learn how to use the VSIX Project template to wrap Visual Studio extensions in a VSIX project, and then publish the package on the Visual Studio Marketplace.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/vstextbuffer-object.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: VSTextBuffer Object | Microsoft Docs
3+
description: The VSTextBuffer object represents a stream of Unicode text, which is generally associated with a file. This article lists the interfaces of VSTextBuffer.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
f1_keywords:

docs/extensibility/vstextview-object.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: VSTextView Object | Microsoft Docs
3+
description: The VSTextView object is a window that lets users view and edit the Unicode text of the text buffer.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
f1_keywords:

docs/extensibility/walkthrough-accessing-the-dte-object-from-an-editor-extension.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Access the DTE Object from an editor extension
3+
description: Learn how to access the DTE object from an editor extension by using the code example in this walkthrough.
4+
ms.custom: SEO-VS-2020
35
ms.date: 04/24/2019
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/extensibility/walkthrough-adding-custom-xaml-to-the-start-page.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Walkthrough: Adding Custom XAML to the Start Page | Microsoft Docs'
3+
description: Learn how to create a custom Visual Studio start page that contains a web browser by using this walkthrough.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
helpviewer_keywords:

docs/extensibility/walkthrough-adding-features-to-a-custom-editor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Walkthrough: Adding Features to a Custom Editor | Microsoft Docs'
3+
description: Learn how to add more features to a custom editor after you create the editor by using this walkthrough.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
helpviewer_keywords:

docs/extensibility/walkthrough-creating-a-custom-editor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Walkthrough: Creating a Custom Editor | Microsoft Docs'
3+
description: Learn how to the VSPackage project template can create a simple custom editor in C++ by using this walkthrough.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
helpviewer_keywords:

docs/extensibility/walkthrough-creating-a-margin-glyph.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Walkthrough: Creating a Margin Glyph | Microsoft Docs'
3+
description: Learn how to customize the appearance of editor margins by using custom editor extensions by using this walkthrough.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
helpviewer_keywords:

docs/extensibility/walkthrough-creating-a-view-adornment-commands-and-settings-column-guides.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Creating a View Adornment, Commands and Settings | Microsoft Docs
3+
description: Learn how to extend the Visual Studio code editor with column guides by using this walkthrough.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
ms.assetid: 4a2df0a3-42da-4f7b-996f-ee16a35ac922

docs/extensibility/walkthrough-creating-an-sdk-using-cpp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Walkthrough: Creating an SDK using C++ | Microsoft Docs'
3+
description: Learn how to create a native C++ math library SDK, package the SDK as a Visual Studio Extension, and then use it to create an app by using this walkthrough.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
ms.assetid: 36ea793b-3832-41a1-b906-69e680ad5e1d

docs/extensibility/walkthrough-creating-an-sdk-using-csharp-or-visual-basic.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Walkthrough: Creating an SDK using C# or Visual Basic | Microsoft Docs'
3+
description: Learn how to create a simple Math Library SDK by using Visual C# and then package the SDK as a Visual Studio Extension by using this walkthrough.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
ms.assetid: ef96a249-5eef-402a-a8d5-d74cb49239bd

docs/extensibility/walkthrough-creating-an-sdk-using-javascript.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Walkthrough: Creating an SDK using JavaScript | Microsoft Docs'
3+
description: Learn how to use JavaScript to create a simple math SDK as a Visual Studio Extension by using this walkthrough.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
ms.assetid: a8c89d5d-5b78-4435-817f-c5f25ca6d715

docs/extensibility/walkthrough-customizing-the-text-view.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Walkthrough: Customizing the Text View | Microsoft Docs'
3+
description: Learn how to customize a text view by modifying any of the several properties in its editor-format map by using this walkthrough.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
helpviewer_keywords:

0 commit comments

Comments
 (0)