Container.Components プロパティ

定義

Container内のすべてのコンポーネントを取得します。

public:
 virtual property System::ComponentModel::ComponentCollection ^ Components { System::ComponentModel::ComponentCollection ^ get(); };
public virtual System.ComponentModel.ComponentCollection Components { get; }
member this.Components : System.ComponentModel.ComponentCollection
Public Overridable ReadOnly Property Components As ComponentCollection

プロパティ値

Container内のコンポーネントを含むコレクション。

実装

注釈

このメソッドは、派生クラスによってオーバーライドできます。

コレクション内のコンポーネントは、 Containerに追加されたのと同じ順序で格納されます。

適用対象