ModulePage.LoadPreferences(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.
Loads page preferences from the specified store.
protected:
virtual void LoadPreferences(Microsoft::Web::Management::Client::PreferencesStore ^ store);
protected virtual void LoadPreferences (Microsoft.Web.Management.Client.PreferencesStore store);
abstract member LoadPreferences : Microsoft.Web.Management.Client.PreferencesStore -> unit
override this.LoadPreferences : Microsoft.Web.Management.Client.PreferencesStore -> unit
Protected Overridable Sub LoadPreferences (store As PreferencesStore)
Parameters
- store
- PreferencesStore
The PreferencesStore object to load.
Remarks
You must override this method to load from the specified Microsoft.Web.Management.Client.PreferencesStore object.