IContainer.Components 属性
定义
获取 IContainer 中的所有组件。Gets all the components in the 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 中的所有组件。A collection of IComponent objects that represents all the components in the IContainer.