NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IContainer Interface

Provides functionality for containers. Containers are objects that logically contain zero or more components.

IContainer

[Visual Basic]
Public Interface IContainer
[C#]
public interface IContainer
[C++]
public __gc __interface IContainer

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IContainer

Class Description
Container Encapsulates zero or more components.

Remarks

Components and containers can be used in a variety of visual and non-visual scenarios.

Notes to Implementers: To be a container, the class must implement the IContainer interface, which supports methods for adding, removing, and retrieving components.

Requirements

Namespace: System.ComponentModel

Assembly: mscorlib.dll

See Also

IContainer Members | System.ComponentModel Namespace | Component | IComponent | Container