Solution4.IsDirty 属性

定义

确定解决方案是否不完善(已修改但未保存)。

public:
 property bool IsDirty { bool get(); void set(bool value); };
public:
 property bool IsDirty { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(22)]
public bool IsDirty { [System.Runtime.InteropServices.DispId(22)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)] get; [System.Runtime.InteropServices.DispId(22)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)] set; }
[<System.Runtime.InteropServices.DispId(22)>]
[<get: System.Runtime.InteropServices.DispId(22)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
[<set: System.Runtime.InteropServices.DispId(22)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
member this.IsDirty : bool with get, set
Public Property IsDirty As Boolean

属性值

Boolean

如果解决方案不完善,则为 true;否则为 false。

实现

属性

适用于