This documentation is archived and is not being maintained.
MarshalByValueComponent::Site Property
Visual Studio 2010
Gets or sets the site of the component.
Assembly: System (in System.dll)
[BrowsableAttribute(false)] public: virtual property ISite^ Site { ISite^ get (); void set (ISite^ value); }
Property Value
Type: System.ComponentModel::ISiteAn object implementing the ISite interface that represents the site of the component.
Implements
IComponent::SiteA valid value for this property - that is, the value is not nullptr, indicates that the component has been added to a container.
When the value of this property is nullptr, the property indicates that the component is being removed from a container. However, this property does not remove the component from the container.
Notes to InheritorsTo change this behavior, inherit from this class and get and set in this property.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: