Partilhar via


Método Solution4.AddFromTemplateEx

Copia um arquivo de projeto existente, e todos os itens ou as subpastas que ele contém, para o local especificado e o adiciona à solução.

Namespace:  EnvDTE100
Assembly:  EnvDTE100 (em EnvDTE100.dll)

Sintaxe

'Declaração
Function AddFromTemplateEx ( _
    FileName As String, _
    Destination As String, _
    ProjectName As String, _
    SolutionName As String, _
    Exclusive As Boolean, _
    Options As UInteger _
) As Project
Project AddFromTemplateEx(
    string FileName,
    string Destination,
    string ProjectName,
    string SolutionName,
    bool Exclusive,
    uint Options
)
Project^ AddFromTemplateEx(
    [InAttribute] String^ FileName, 
    [InAttribute] String^ Destination, 
    [InAttribute] String^ ProjectName, 
    [InAttribute] String^ SolutionName, 
    [InAttribute] bool Exclusive, 
    [InAttribute] unsigned int Options
)
abstract AddFromTemplateEx : 
        FileName:string * 
        Destination:string * 
        ProjectName:string * 
        SolutionName:string * 
        Exclusive:bool * 
        Options:uint32 -> Project
function AddFromTemplateEx(
    FileName : String, 
    Destination : String, 
    ProjectName : String, 
    SolutionName : String, 
    Exclusive : boolean, 
    Options : uint
) : Project

Parâmetros

  • FileName
    Tipo: String

    Obrigatório. O caminho completo e o nome de arquivo com extensão do arquivo de projeto do modelo.

  • Destination
    Tipo: String

    Obrigatório. O caminho completo do diretório no qual o conteúdo de FileName deve ser copiado.

  • ProjectName
    Tipo: String

    Obrigatório. O nome do arquivo de projeto no diretório de destino. Ele deve incluir a extensão. O nome exibido é derivado de ProjectName.

  • SolutionName
    Tipo: String

    Opcional. Indica se o projeto é carregado na solução atual ou na própria; true se a solução atual estiver fechada e o projeto for adicionado a uma nova solução, false se o projeto for adicionado à solução existente, aberta.

  • Exclusive
    Tipo: Boolean

    Opcional. Indica se o projeto é carregado na solução atual ou na própria; true se a solução atual estiver fechada e o projeto for adicionado a uma nova solução, false se o projeto for adicionado à solução existente, aberta.

Valor de retorno

Tipo: Project
Project.

Segurança do .NET Framework

Consulte também

Referência

Solution4 Interface

Namespace EnvDTE100