ControlDesigner.IsDirty 属性

定义

注意

The recommended alternative is to use Tag.SetDirty() and Tag.IsDirty. http://go.microsoft.com/fwlink/?linkid=14202

获取或设置一个值,该值指示 Web 服务器控件是否已被标记为已更改。

public:
 property bool IsDirty { bool get(); void set(bool value); };
public bool IsDirty { get; set; }
[System.Obsolete("The recommended alternative is to use Tag.SetDirty() and Tag.IsDirty. http://go.microsoft.com/fwlink/?linkid=14202")]
public bool IsDirty { get; set; }
member this.IsDirty : bool with get, set
[<System.Obsolete("The recommended alternative is to use Tag.SetDirty() and Tag.IsDirty. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.IsDirty : bool with get, set
Public Property IsDirty As Boolean

属性值

如果 Web 服务器控件自上次保持或加载后已更改,则为 true;否则为 false

属性

注解

注意

IsDirty 属性已过时。 IsDirty对 属性使用 属性和 SetDirty 方法Tag,以获取等效的控件设计器功能。

适用于

另请参阅