Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Overridable Function AddFromTemplate ( _
fileName As String, _
destination As String, _
projectName As String _
) As Project
public virtual Project AddFromTemplate(
string fileName,
string destination,
string projectName
)
public:
virtual Project^ AddFromTemplate(
String^ fileName,
String^ destination,
String^ projectName
)
abstract AddFromTemplate :
fileName:string *
destination:string *
projectName:string -> Project
override AddFromTemplate :
fileName:string *
destination:string *
projectName:string -> Project
public function AddFromTemplate(
fileName : String,
destination : String,
projectName : String
) : Project
Parameters
- fileName
Type: System.String
- destination
Type: System.String
- projectName
Type: System.String
Return Value
Type: EnvDTE.Project
Implements
SolutionFolder.AddFromTemplate(String, String, String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace