PersonalizationState.WebPartManager 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取对当前与个性化设置状态实例关联的 WebPartManager 控件的引用。
public:
property System::Web::UI::WebControls::WebParts::WebPartManager ^ WebPartManager { System::Web::UI::WebControls::WebParts::WebPartManager ^ get(); };
public System.Web.UI.WebControls.WebParts.WebPartManager WebPartManager { get; }
member this.WebPartManager : System.Web.UI.WebControls.WebParts.WebPartManager
Public ReadOnly Property WebPartManager As WebPartManager
属性值
与 WebPartManager 关联的 PersonalizationState。
注解
控件 WebPartManager 是用作创建对象的构造函数的参数的对象 PersonalizationState 。