Partilhar via


Método VSWebSite.AddFromTemplate

Cria um novo ProjectItem no site do projeto.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (em VsWebSite.Interop.dll)

Sintaxe

'Declaração
Function AddFromTemplate ( _
    bstrRelFolderUrl As String, _
    bstrWizardName As String, _
    bstrLanguage As String, _
    bstrItemName As String, _
    bUseCodeSeparation As Boolean, _
    bstrMasterPage As String, _
    bstrDocType As String _
) As ProjectItem
ProjectItem AddFromTemplate(
    string bstrRelFolderUrl,
    string bstrWizardName,
    string bstrLanguage,
    string bstrItemName,
    bool bUseCodeSeparation,
    string bstrMasterPage,
    string bstrDocType
)
ProjectItem^ AddFromTemplate(
    [InAttribute] String^ bstrRelFolderUrl, 
    [InAttribute] String^ bstrWizardName, 
    [InAttribute] String^ bstrLanguage, 
    [InAttribute] String^ bstrItemName, 
    [InAttribute] bool bUseCodeSeparation, 
    [InAttribute] String^ bstrMasterPage, 
    [InAttribute] String^ bstrDocType
)
abstract AddFromTemplate : 
        bstrRelFolderUrl:string * 
        bstrWizardName:string * 
        bstrLanguage:string * 
        bstrItemName:string * 
        bUseCodeSeparation:bool * 
        bstrMasterPage:string * 
        bstrDocType:string -> ProjectItem 
function AddFromTemplate(
    bstrRelFolderUrl : String, 
    bstrWizardName : String, 
    bstrLanguage : String, 
    bstrItemName : String, 
    bUseCodeSeparation : boolean, 
    bstrMasterPage : String, 
    bstrDocType : String
) : ProjectItem

Parâmetros

  • bstrRelFolderUrl
    Tipo: System.String
    Um URL relativo para a pasta na qual deseja criar o ProjectItem objeto.Se este parâmetro for nulluma referência nula (Nothing no Visual Basic) ou uma seqüência vazia, o item é adicionado à raiz do projeto.
  • bUseCodeSeparation
    Tipo: System.Boolean
    Um valor booleano que indica se deve usar o modelo code-behind.Este parâmetro é usado somente quando o projeto oferece suporte a arquivos code-behind; Caso contrário, ele será ignorado.
  • bstrMasterPage
    Tipo: System.String
    O caminho relativo e o nome da página mestra para projetos que oferecem suporte a páginas mestras, e se aplicável, o modelo; Caso contrário, este parâmetro é ignorado.

Valor de retorno

Tipo: EnvDTE.ProjectItem
A ProjectItem objeto.

Segurança do .NET Framework

Consulte também

Referência

VSWebSite Interface

Namespace VsWebSite

EnvDTE

EnvDTE80

DTE2

Outros recursos

Assemblies de automação de referência e o objeto DTE2

Localizando e Compartilhamento Modelos de Projeto e de Item