WebPartManager.Internals Property
Assembly: System.Web (in system.web.dll)
/** @property */ protected WebPartManagerInternals get_Internals ()
protected function get Internals () : WebPartManagerInternals
Not applicable.
Property Value
A 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 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Note: