Solution4::Create Method (String^, String^)

 

Creates an empty solution in the specified directory with the specified name.

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

void Create(
	String^ Destination,
	String^ Name
)

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.

No code example is currently available or this language may not be supported.
Return to top
Show: