Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.12 KB

File metadata and controls

30 lines (21 loc) · 1.12 KB
title VSPackages
description Learn about VSPackages, which are software modules that extend the Visual Studio IDE by providing UI elements, services, projects, editors, and designers.
ms.date 11/04/2016
ms.topic concept-article
helpviewer_keywords
VSPackages
author tinaschrepfer
ms.author tinali
ms.subservice extensibility-integration

VSPackages

VSPackages are software modules that extend the Visual Studio integrated development environment (IDE) by providing UI elements, services, projects, editors, and designers.

In This Section

Explains how to specify the VSPackage location to the Visual Studio shell.

Explains how to manage resources in VSPackages.

Helps you to create more secure products by understanding security vulnerabilities.

Related Sections