ISite Interface
TOC
Collapse the table of content
Expand the table of content

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.

Namespace:  System.ComponentModel
Assembly:  System (in System.dll)

No code example is currently available or this language may not be supported.

The ISite type exposes the following members.

  NameDescription
Public propertyComponentWhen implemented by a class, gets the component associated with the ISite.
Public propertyContainerWhen implemented by a class, gets the container associated with the ISite.
Public propertyDesignModeWhen implemented by a class, determines whether the component is in design mode.
Public propertyNameWhen implemented by a class, gets or sets the name of the component associated with the ISite.
Top

  NameDescription
Public methodGetServiceGets the service object of the specified type. (Inherited from IServiceProvider.)
Top

This interface exists as a type system requirement for ITypeDescriptorContext and compatibility requirements for TypeConverter. It is not intended for implementation.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft