ConfigurationElement.ResetModified Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resets the value of the IsModified() method to false
when implemented in a derived class.
protected public:
virtual void ResetModified();
protected:
virtual void ResetModified();
protected internal virtual void ResetModified ();
protected virtual void ResetModified ();
abstract member ResetModified : unit -> unit
override this.ResetModified : unit -> unit
Protected Friend Overridable Sub ResetModified ()
Protected Overridable Sub ResetModified ()
Remarks
The ResetModified method is automatically called after changes to this ConfigurationElement object have been written to the configuration file.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.