BaseCollection クラス
System.Windows.Forms 名前空間において、データに関連したコレクションを作成するための基本機能を提供します。
この型のすべてのメンバの一覧については、BaseCollection メンバ を参照してください。
System.Object
System.MarshalByRefObject
System.Windows.Forms.BaseCollection
System.Windows.Forms.BindingsCollection
System.Windows.Forms.GridColumnStylesCollection
System.Windows.Forms.GridTableStylesCollection
Public Class BaseCollection
Inherits MarshalByRefObject
Implements ICollection, IEnumerable
[C#]
public class BaseCollection : MarshalByRefObject, ICollection,
IEnumerable
[C++]
public __gc class BaseCollection : public MarshalByRefObject,
ICollection, IEnumerable
[JScript]
public class BaseCollection extends MarshalByRefObject implements
ICollection, IEnumerable
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
BaseCollection クラスは、アプリケーション開発者が使用することを目的としていません。アプリケーション開発者は、代わりに CollectionBase を使用する必要があります。
BaseCollection クラスは、 ICollection インターフェイスを実装します。
BaseCollection の派生クラスには、次のクラスが含まれます。
必要条件
名前空間: System.Windows.Forms
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
アセンブリ: System.Windows.Forms (System.Windows.Forms.dll 内)