IContainer.Components 屬性

定義

取得所有元件。IContainer

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

屬性值

一組 IComponent 物件代表所有 中的所有 IContainer成分。

適用於