WebPartManager.Internals 属性

定义

获取对 WebPartManagerInternals 类的引用,该类用于合并和拆分实际在 WebPartManager 类中实现的,但通常对控件开发人员很有用的一组方法。

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

属性值

WebPartManagerInternals

一个 WebPartManagerInternalsWebPartManager 通过它可引用已拆分为 WebPartManagerInternals 的各种方法。

注解

Internals 属性公开 API,以调用一组 WebPartManager 主要在扩展性情况下使用的方法。

使用这些内部方法的设计方法是通过 Internals 属性访问它们。 由于属性受到保护,因此只能通过从WebPartManager类继承来访问它并调用类实例WebPartManagerInternals中的方法。

备注

此属性在 2005 Microsoft Visual Studio IntelliSense 中隐藏。 但是,在派生 WebPartManager 类中,你仍然可以访问该属性及其各种成员。

适用于

另请参阅