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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.