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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.