Encapsulates zero or more components.
<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState := True)> _ Public Class Container _ Implements IContainer, IDisposable
[HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true)] public class Container : IContainer, IDisposable
[HostProtectionAttribute(SecurityAction::LinkDemand, SharedState = true)] public ref class Container : IContainer, IDisposable
[<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true)>] type Container = class interface IContainer interface IDisposable end
The Container type exposes the following members.
The Container class is the default implementation for the IContainer interface.
Containers are objects that encapsulate and track zero or more components. In this context, containment refers to logical containment, not visual containment. You can use components and containers in a variety of scenarios, including scenarios that are both visual and not visual.
The components in a container are tracked in a first-in, first-out list, which also defines the order of the components within the container. Added components are appended to the end of the list.
The HostProtectionAttribute attribute applied to this type or member has the following Resources property value: SharedState. The HostProtectionAttribute does not affect desktop applications (which are typically started by double-clicking an icon, typing a command, or entering a URL in a browser). For more information, see the HostProtectionAttribute class or SQL Server Programming and Host Protection Attributes.
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