.NET Framework Class Library  

ComponentCollection Class

Specifies a collection of Component objects in the Container.

For a list of all members of this type, see ComponentCollection Members.

System.Object
   System.Collections.ReadOnlyCollectionBase
      System.ComponentModel.ComponentCollection

[Visual Basic]
<ComVisible(True)>
Public Class ComponentCollection
   Inherits ReadOnlyCollectionBase
[C#]
[ComVisible(true)]
public class ComponentCollection : ReadOnlyCollectionBase
[C++]
[ComVisible(true)]
public __gc class ComponentCollection : public
   ReadOnlyCollectionBase
[JScript]
public
   ComVisible(true)
class ComponentCollection extends ReadOnlyCollectionBase

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Requirements

Namespace: System.ComponentModel

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: System (in System.dll)

See Also

ComponentCollection Members | System.ComponentModel Namespace