StateItem.IsDirty 属性

定义

获取或设置一个值,该值指示 StateItem 对象是否已修改。

public:
 property bool IsDirty { bool get(); void set(bool value); };
public bool IsDirty { get; set; }
member this.IsDirty : bool with get, set
Public Property IsDirty As Boolean

属性值

如果存储的 StateItem 对象已修改,则为 true;否则为 false

适用于

另请参阅