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されたのと同じ順序で格納されます。

適用対象