Container.Components 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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的順序儲存。