[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Project subtypes let you customize or flavor the behavior of the project systems of Visual Basic, Visual C#, and Visual J#. 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++ 2005 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