ISite Interface
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.
Assembly: System (in System.dll)
The ISite type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Component | When implemented by a class, gets the component associated with the ISite. |
![]() | Container | When implemented by a class, gets the container associated with the ISite. |
![]() | DesignMode | When implemented by a class, determines whether the component is in design mode. |
![]() | Name | When implemented by a class, gets or sets the name of the component associated with the ISite. |
| Name | Description | |
|---|---|---|
![]() | GetService | Gets the service object of the specified type. (Inherited from IServiceProvider.) |
This interface exists as a type system requirement for ITypeDescriptorContext and compatibility requirements for TypeConverter. It is not intended for implementation.

