_Solution.IsOpen 属性

定义

确定解决方案是否已打开。

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

属性值

Boolean

如果解决方案已打开,则为 true;否则为 false

属性

注解

打开的解决方案不一定有解决方案 ( .sln) 文件,因为它可能尚未保存。

适用于