ITypeDescriptorContext Interface
Silverlight
Provides information about a context to a type converter or a value editor, so that the type converter or editor can perform a conversion.
Namespace: System.ComponentModel
Assembly: System (in System.dll)
The ITypeDescriptorContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | Container | Gets the container with the set of objects for this formatter. |
![]() ![]() ![]() | Instance | Gets the instance that is invoking the method on the formatter object. |
![]() ![]() ![]() | PropertyDescriptor | Gets the PropertyDescriptor that is surfacing the given context item. |
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | GetService | Gets the service object of the specified type. (Inherited from IServiceProvider.) |
![]() ![]() ![]() | OnComponentChanged | Raises the OnComponentChanged event. |
![]() ![]() ![]() | OnComponentChanging | Gets a value indicating whether this object can be changed. |
This interface exists in Silverlight due to 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:

