WebPartManager::Internals Property
Gets a reference to the WebPartManagerInternals class, which is used to combine and separate a set of methods that are actually implemented in the WebPartManager class, but are mostly useful for control developers.
Assembly: System.Web (in System.Web.dll)
protected: property WebPartManagerInternals^ Internals { WebPartManagerInternals^ get (); }
Property Value
Type: System.Web.UI.WebControls.WebParts::WebPartManagerInternalsA WebPartManagerInternals, through which a WebPartManager can reference the various methods that have been separated into the WebPartManagerInternals.
The Internals property exposes the APIs to call into a set of WebPartManager methods that are used mostly in extensibility cases.
The designed way to use these internal methods is to access them through the Internals property. Because the property is protected, you can only access it and call the methods within an instance of the WebPartManagerInternals class by inheriting from the WebPartManager class.
Note |
|---|
This property is hidden from IntelliSense in Microsoft Visual Studio 2005. However, in a derived WebPartManager class, you can still access the property and its various members. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note