IControlDesignerTag.IsDirty 属性
定义
获取一个值,该值指示标记的特性或内容是否已更改。Gets a value indicating whether or not an attribute or the content of a tag has changed.
public:
property bool IsDirty { bool get(); };
public bool IsDirty { get; }
member this.IsDirty : bool
Public ReadOnly Property IsDirty As Boolean
属性值
如果标记已更改,则为 true;否则为 false。true if the tag has changed; otherwise, false.