Solution3::IsOpen Property

 

Gets whether a solution is open.

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.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.

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