Solution2::IsOpen Property

 

Gets a value which indicates whether a solution is open.

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