Solution3::Close Method (Boolean)

 

Closes the current solution.

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

void Close(
	bool SaveFirst = false
)

Parameters

SaveFirst
Type: System::Boolean

Optional. Indicates whether to save the solution before closing it; true if the solution should be saved prior to closing it, false if not.

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