Freigeben über


SolutionClass.AddFromTemplate-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Public Overridable Function AddFromTemplate ( _
    FileName As String, _
    Destination As String, _
    ProjectName As String, _
    Exclusive As Boolean _
) As Project
public virtual Project AddFromTemplate(
    string FileName,
    string Destination,
    string ProjectName,
    bool Exclusive
)
public:
virtual Project^ AddFromTemplate(
    [InAttribute] String^ FileName, 
    [InAttribute] String^ Destination, 
    [InAttribute] String^ ProjectName, 
    [InAttribute] bool Exclusive
)
abstract AddFromTemplate : 
        FileName:string * 
        Destination:string * 
        ProjectName:string * 
        Exclusive:bool -> Project  
override AddFromTemplate : 
        FileName:string * 
        Destination:string * 
        ProjectName:string * 
        Exclusive:bool -> Project
public function AddFromTemplate(
    FileName : String, 
    Destination : String, 
    ProjectName : String, 
    Exclusive : boolean
) : Project

Parameter

  • FileName
    Typ: String
  • Destination
    Typ: String
  • ProjectName
    Typ: String
  • Exclusive
    Typ: Boolean

Rückgabewert

Typ: EnvDTE.Project

Implementiert

_Solution.AddFromTemplate(String, String, String, Boolean)

.NET Framework-Sicherheit

Siehe auch

Referenz

SolutionClass Klasse

EnvDTE-Namespace