Solution4.IsDirty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定解决方案是否不完善(已修改但未保存)。
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
属性值
如果解决方案不完善,则为 true;否则为 false。
实现
- 属性