Solution4::SaveAs Method (String^)

 

Saves the solution.

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

void SaveAs(
	String^ FileName
)

Parameters

FileName
Type: System::String^

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

SaveAs 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: