ModulePropertiesPage.GetSettings 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.
Starts a worker thread that gets the settings for the page.
protected:
void GetSettings();
protected void GetSettings ();
member this.GetSettings : unit -> unit
Protected Sub GetSettings ()
Examples
The following example calls this method.
protected override void OnRefresh() {
GetSettings();
}
Remarks
The base class calls this method when the user navigates to the page. You do not need to call this method explicitly.