ControlDesigner.IsDirty 속성

정의

주의

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

웹 서버 컨트롤이 변경된 것으로 표시되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

웹 서버 컨트롤이 마지막으로 유지되거나 로드된 후에 변경되었으면 true이고, 그렇지 않으면 false입니다.

특성

설명

참고

IsDirty 속성은 사용되지 않습니다. IsDirty 동일한 컨트롤 디자이너 기능에 대 한 속성 및 SetDirty 메서드 Tag 를 사용 합니다.

적용 대상

추가 정보