Solution4::IsOpen Property

 

Gets whether a solution is open.

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