ITypeDescriptorContext.Container 属性
定义
获取表示此 TypeDescriptor 请求的容器。Gets the container representing this TypeDescriptor request.
public:
property System::ComponentModel::IContainer ^ Container { System::ComponentModel::IContainer ^ get(); };
public System.ComponentModel.IContainer Container { get; }
member this.Container : System.ComponentModel.IContainer
Public ReadOnly Property Container As IContainer
属性值
包含此 IContainer 的对象集的 TypeDescriptor;否则,如果不存在容器,或者如果 TypeDescriptor 不使用外部对象,则为 null。An IContainer with the set of objects for this TypeDescriptor; otherwise, null if there is no container or if the TypeDescriptor does not use outside objects.
注解
Container属性获取与类型描述符关联的组件的逻辑容器。The Container property gets the logical container of the component associated with the type descriptor.