Bagikan melalui


ControlDesigner.IsDirty Properti

Definisi

Perhatian

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

Mendapatkan atau menetapkan nilai yang menunjukkan apakah kontrol server Web telah ditandai sebagai diubah.

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

Nilai Properti

true, jika kontrol server Web telah berubah sejak terakhir kali dipertahankan atau dimuat; jika tidak, false.

Atribut

Keterangan

Nota

Properti IsDirty sudah usang. IsDirty Gunakan properti dan SetDirty metode pada Tag properti untuk fungsionalitas perancang kontrol yang setara.

Berlaku untuk

Lihat juga