WebPartPersonalization(WebPartManager) Constructor
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.
Initializes a new instance of the WebPartPersonalization class.
public:
WebPartPersonalization(System::Web::UI::WebControls::WebParts::WebPartManager ^ owner);
public WebPartPersonalization (System.Web.UI.WebControls.WebParts.WebPartManager owner);
new System.Web.UI.WebControls.WebParts.WebPartPersonalization : System.Web.UI.WebControls.WebParts.WebPartManager -> System.Web.UI.WebControls.WebParts.WebPartPersonalization
Public Sub New (owner As WebPartManager)
Parameters
- owner
- WebPartManager
The WebPartManager used to manage the personalization information.
Exceptions
owner
is null
.
Remarks
This constructor initializes an instance of this class and associates it with the WebPartManager control on whose behalf the WebPartPersonalization instance will carry out personalization operations.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.