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

IComponent Interface

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

When implemented by a class, gets or sets the ISite associated with the component.

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

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

The IComponent type exposes the following members.

  NameDescription
Public propertySiteWhen implemented by a class, gets or sets the ISite associated with the component.
Top

  NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Top

  NameDescription
Public eventDisposedAdds an event handler to listen to the Disposed event on the component.
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