Provides functionality required by sites. Sites bind a Component to a Container and enable communication between them, as well as provide a way for the container to manage its components.
ISite
[Visual Basic] Public Interface ISite Implements IServiceObjectProvider [C#] public interface ISite : IServiceObjectProvider [C++] public __gc __interface ISite : public IServiceObjectProvider
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Sites can also serve as a repository for container-specific per-component information, such as the component name.
Notes to Implementers: To be a site, a class must implement the ISite interface.
Namespace: System.ComponentModel
Assembly: mscorlib.dll
ISite Members | System.ComponentModel Namespace | Component | IComponent | Container | IContainer