Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 3.38 KB

File metadata and controls

67 lines (40 loc) · 3.38 KB
title Project Subtypes
description Learn how project subtypes let you customize behavior of the project systems of Visual Studio. VSPackages implement project subtypes using COM aggregation.
ms.date 11/04/2016
ms.topic reference
helpviewer_keywords
projects [Visual Studio SDK], subtypes
project subtypes [Visual Studio SDK]
author tinaschrepfer
ms.author tinali
ms.subservice extensibility-integration

Project Subtypes

Project subtypes let you customize or flavor the behavior of the project systems of Visual Studio. Customizations include saving additional data in the project file, adding or filtering items in the Add New Item dialog box, controlling how assemblies are debugged and deployed, and extending the project Property Pages dialog box. VSPackages implement project subtypes using COM aggregation.

Note

The Visual C++ project system does not support project subtypes. Visual Studio itself uses project subtypes to implement SQL Server and Smart Device projects.

In This Section

Related Sections

  • Project Types

    Provides links to topics detailing Visual Studio projects.