ModulePage.LoadPreferences(PreferencesStore) Method

Definition

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.

Applies to