CatalogPart.WebPartManager 属性

定义

获取对 WebPartManager 类的当前实例的引用。Gets a reference to the current instance of the WebPartManager class.

protected:
 property System::Web::UI::WebControls::WebParts::WebPartManager ^ WebPartManager { System::Web::UI::WebControls::WebParts::WebPartManager ^ get(); };
protected System.Web.UI.WebControls.WebParts.WebPartManager WebPartManager { get; }
member this.WebPartManager : System.Web.UI.WebControls.WebParts.WebPartManager
Protected ReadOnly Property WebPartManager As WebPartManager

属性值

WebPartManager

当前网页的 WebPartManagerThe WebPartManager for the current Web page.

注解

WebPartManager属性提供了一种方法,使 CatalogPart 控件能够访问 WebPartManager 页面上的当前对象。The WebPartManager property provides a way for a CatalogPart control to access the current WebPartManager object on the page.

适用于

另请参阅