ISite Interface
Silverlight
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.
Namespace: System.ComponentModel
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 in Silverlight as a type system requirement for ITypeDescriptorContext and compatibility requirements for TypeConverter. It is not intended for implementation.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show:

