This documentation is archived and is not being maintained.

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.

Namespace:  System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

protected:
property WebPartManagerInternals^ Internals {
	WebPartManagerInternals^ get ();
}

Property Value

Type: System.Web.UI.WebControls.WebParts::WebPartManagerInternals
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.

NoteNote:

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, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: