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的順序儲存。

適用於