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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.