Modelos Visual Studio
A number of predefined project and project item templates are installed when you install Visual Studio. You can use one of the many project templates to create the basic project container and a preliminary set of items for your application, class, control, or library. You can also use one of the many project item templates to create, for example, a Windows Forms application or a Web Forms page to customize as you develop your application.
Observação |
---|
The template architecture described in this section is not supported for Visual C++ projects. For information on creating Visual C++ project templates, see Projetar um assistente. |
In addition to the installed templates that are available in the New Project and Add New Item dialog boxes, you can access templates that you have created or that you have obtained from the community.
This section contains topics that describe how to create, customize, and distribute Visual Studio templates.
Nesta seção
Introdução a modelos do Visual Studio
Describes Visual Studio templates and what they contain, and provides an introduction to Starter Kits."Arquivos de metadados de modelo do Visual Studio
Explains the .vstemplate files required for templates.Diferenças Entre Modelos de Projeto e de Item
Explains the differences in contents and usage between project and item templates.Criando modelos de projeto e de item
Contains topics that describe how to create project and item templates.Personalizando modelos de projeto e de item
Contains topics that describe how to customize project and item templates.Localizando e Compartilhamento Modelos de Projeto e de Item
Contains topics that describe how to download and share templates.Procedimentos de Modelos Avançados
Contains topics that describe how to perform advanced procedures such as localizing and signing templates.Starter Kits
Contains topics that describe Starter Kits.Modelos de projeto padrão no Visual Studio
Contains descriptions of the default project templates available in Visual Studio.Referência de Modelos do Visual Studio
Provides links to reference information about the different aspects of Visual Studio project and item templates.
Seções relacionadas
- Referência de esquema de modelo do Studio Visual
Describes all elements of the Visual Studio template XML schema.