Solution3::Create Method (String^, String^)
Visual Studio 2015
Creates an empty solution in the specified directory with the specified name.
Assembly: EnvDTE90 (in EnvDTE90.dll)
Parameters
- Destination
-
Type:
System::String^
Required. The directory in which to create the .sln and .suo (solution) files.
- Name
-
Type:
System::String^
Required. The name to display in Solution Explorer. This is also the base name of the .sln and .suo files.
Implements
Solution2::Create(String^, String^)
Show: