Solution4::AddFromFile Method (String^, Boolean)
Visual Studio 2015
Adds a project to the solution that is based on a project file already stored in the system.
Assembly: EnvDTE100 (in EnvDTE100.dll)
Parameters
- FileName
-
Type:
System::String^
Required. The full path and file name of the project file.
- Exclusive
-
Type:
System::Boolean
Optional. Indicates whether the project loads in the current solution or its own solution; true if the current solution is closed and the project is added to a new solution, false if the project is added to the existing, open solution.
Implements
Solution3::AddFromFile(String^, Boolean)You can use the LaunchWizard method rather than AddFromFile to execute a wizard if you want to suppress its user interface (UI) during execution. LaunchWizard has a parameter that allows you to disable the UI.
Show: