WebPartManager.CreatePersonalization 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.
Returns a personalization object to contain a user's personalization data for the current Web page.
protected:
virtual System::Web::UI::WebControls::WebParts::WebPartPersonalization ^ CreatePersonalization();
protected virtual System.Web.UI.WebControls.WebParts.WebPartPersonalization CreatePersonalization ();
abstract member CreatePersonalization : unit -> System.Web.UI.WebControls.WebParts.WebPartPersonalization
override this.CreatePersonalization : unit -> System.Web.UI.WebControls.WebParts.WebPartPersonalization
Protected Overridable Function CreatePersonalization () As WebPartPersonalization
Returns
A WebPartPersonalization to contain a user's personalization data.
Remarks
The CreatePersonalization method returns an object to contain and manage the user's personalization settings for the current page. The WebPartManager control manages this object.
Applies to
See also
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.