SolutionClass::AddFromTemplate Method (String^, String^, String^, Boolean)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Assembly: EnvDTE (in EnvDTE.dll)
public: virtual Project^ AddFromTemplate( String^ FileName, String^ Destination, String^ ProjectName, bool Exclusive = false )
Parameters
- FileName
-
Type:
System::String^
- Destination
-
Type:
System::String^
- ProjectName
-
Type:
System::String^
- Exclusive
-
Type:
System::Boolean
Return Value
Type: EnvDTE::Project^
Show: