_Solution::SaveAs Method (String^)

 

Saves the solution.

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

void SaveAs(
	String^ FileName
)

Parameters

FileName
Type: System::String^

Required. The filename in which to save the solution. If the file exists, it is overwritten.

Saves the solution with the specified file name.

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