Como: Adicionar itens usando modelos de Item on-line
Visual Studio provides many default project item templates. If these templates do not meet your needs, you can search online for additional templates to use in Visual Studio.
Observação |
---|
Caixas de diálogo e comandos de menu que você vê podem diferir das descritas na Help dependendo das suas configurações ativas ou edição. Para alterar as configurações, escolha Import and Export Settings sobre o Ferramentas menu. For more information, see Trabalhando com configurações. |
Creating a new project item from an item template includes the following steps:
Locating the item template.
Installing the item template so that it appears in the Add New Item dialog box in Visual Studio.
Creating a project item based on the item template from the Add New Item dialog box.
Search for project item templates online
You can search for existing online item templates by keyword. Once you have located the item template you intend to use, you can read additional information about the item template and decide whether or not to download it.
To search for an item template online
In Solution Explorer, select a target project.
On the Project menu, select Add New Item.
No modelos de lista, selecione Modelos de pesquisa on-line.
Os modelos disponíveis aparecem organizados em Modelos de pesquisa on-line.
Clique no modelo desejado e clique no Add botão.
Install item templates
Once you have downloaded item template, you must install the item template so that it appears in the Add New Item dialog box.
To install item templates downloaded from the Web
On the Web page for the item template, click the link to download the item template.
Click Open to download and install the item template at the same time.
The Visual Studio Content Installer wizard appears.
On the Welcome to the Visual Studio Content Installer Wizard page, select the items you intend to install and then choose Next.
Observação sobre segurança It is highly recommended that you read the information in Publisher Status to determine whether or not the control is signed. For further security, click Review to display a list of the files that will be installed on your computer.
The Installing Content page appears.
On the Installation Complete page, click Finish.
Use the item template to create a new item in your project
Once you have located a suitable item template online, you can easily use this template to create a new project item within Visual Studio.
Observação sobre segurança |
---|
Before you use a downloaded project item, determine the trustworthiness of the code outside of Visual Studio. Opening project items in Visual Studio automatically executes code from that file on your local machine in the trusted process of devenv.exe. |
To add a downloaded item template to your project
In Solution Explorer, select a target project.
On the Project menu, select Add New Item.
No modelos de , selecione o modelo de item que você baixou.
Click Add.
Consulte também
Tarefas
Como: Usar um Starter Kit para criar um novo projeto.