_Solution::IsOpen Property

 

Determines if a solution is open.

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

property bool IsOpen {
	bool get();
}

Property Value

Type: System::Boolean

true if a solution is open; otherwise, false.

An open solution does not necessarily have a solution (.sln) file, because it might not have been saved yet.

Return to top
Show: