PersonalizationState(WebPartManager) 构造函数

定义

初始化 PersonalizationState 类的新实例。

protected:
 PersonalizationState(System::Web::UI::WebControls::WebParts::WebPartManager ^ webPartManager);
protected PersonalizationState(System.Web.UI.WebControls.WebParts.WebPartManager webPartManager);
new System.Web.UI.WebControls.WebParts.PersonalizationState : System.Web.UI.WebControls.WebParts.WebPartManager -> System.Web.UI.WebControls.WebParts.PersonalizationState
Protected Sub New (webPartManager As WebPartManager)

参数

webPartManager
WebPartManager

用于 WebPartManager 管理具有个性化数据的 Web 部件控件。

例外

参数 webPartManagernull.

注解

此构造函数创建的对象管理由指定 WebPartManager 控件管理的 Web 部件控件的状态。

继承者说明

派生类应始终从派生构造函数调用基类构造函数。

适用于