NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISite Interface

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.

Remarks

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.

Requirements

Namespace: System.ComponentModel

Assembly: mscorlib.dll

See Also

ISite Members | System.ComponentModel Namespace | Component | IComponent | Container | IContainer