ModulePage.SavePreferences(PreferencesStore) 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.
Indicates that the preferences for the pages are being saved to the specified store.
protected:
virtual void SavePreferences(Microsoft::Web::Management::Client::PreferencesStore ^ store);
protected virtual void SavePreferences (Microsoft.Web.Management.Client.PreferencesStore store);
abstract member SavePreferences : Microsoft.Web.Management.Client.PreferencesStore -> unit
override this.SavePreferences : Microsoft.Web.Management.Client.PreferencesStore -> unit
Protected Overridable Sub SavePreferences (store As PreferencesStore)
Parameters
- store
- PreferencesStore
The PreferencesStore object where preferences should be saved.
Remarks
The default implementation does nothing. You must override this method to save preferences.