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 中的所有元件。

適用於