ITypeDescriptorContext Interface
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Provides information about a context to a type converter or a value editor, so that the type converter or editor can perform a conversion.
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 due to compatibility requirements for TypeConverter. It is not intended for implementation.
Show:

