IContainer Interface
Silverlight
Provides functionality for containers. Containers are objects that logically contain zero or more components.
Namespace: System.ComponentModel
Assembly: System (in System.dll)
The IContainer type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | Add(IComponent) | Adds a component to the container. |
![]() ![]() ![]() | Add(IComponent, String) | Adds a component to the container. |
![]() ![]() ![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() ![]() ![]() | Remove | Removes a component from the container. |
This interface exists in Silverlight as a type system requirement for ITypeDescriptorContext and compatibility requirements for TypeConverter. It is not intended for implementation.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show:

