Component.Container 属性

获取 IContainer,它包含 Component

**命名空间:**System.ComponentModel
**程序集:**System(在 system.dll 中)

语法

声明
Public ReadOnly Property Container As IContainer
用法
Dim instance As Component
Dim value As IContainer

value = instance.Container
public IContainer Container { get; }
public:
property IContainer^ Container {
    IContainer^ get ();
}
/** @property */
public IContainer get_Container ()
public function get Container () : IContainer

属性值

包含 ComponentIContainer(如果有),如果 Component 未封装在 IContainer 中,则为 空引用(在 Visual Basic 中为 Nothing)。

备注

在一个先入先出列表中跟踪容器中的组件,该列表也定义了容器内组件的顺序。最后添加的组件是列表中的最后一个组件。

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

Component 类
Component 成员
System.ComponentModel 命名空间
IContainer
Container