ModulePage.SavePreferences(PreferencesStore) Method

Definition

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.

Applies to