_Solution.IsOpen Property

Definition

Determines if a solution is open.

public:
 property bool IsOpen { bool get(); };
public:
 property bool IsOpen { bool get(); };
[System.Runtime.InteropServices.DispId(36)]
public bool IsOpen { [System.Runtime.InteropServices.DispId(36)] get; }
[<System.Runtime.InteropServices.DispId(36)>]
[<get: System.Runtime.InteropServices.DispId(36)>]
member this.IsOpen : bool
Public ReadOnly Property IsOpen As Boolean

Property Value

true if a solution is open; otherwise, false.

Attributes

Remarks

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

Applies to