IComponent.Site 属性

获取或设置与 IComponent 关联的 ISite

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

语法

声明
Property Site As ISite
用法
Dim instance As IComponent
Dim value As ISite

value = instance.Site

instance.Site = value
ISite Site { get; set; }
property ISite^ Site {
    ISite^ get ();
    void set (ISite^ value);
}
/** @property */
ISite get_Site ()

/** @property */
void set_Site (ISite value)
function get Site () : ISite

function set Site (value : ISite)

属性值

与组件关联的 ISite 对象;或者在组件不具有站点的情况下为 空引用(在 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

.NET Compact Framework

受以下版本支持:2.0、1.0

请参见

参考

IComponent 接口
IComponent 成员
System.ComponentModel 命名空间
ISite