IVsUIDataConverter Interface
Visual Studio 2015
Converts data from one format to another.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | Convert(IVsUIObject, IVsUIObject) | Converts a data object. |
![]() | get_ConvertibleFormats(UInt32, UInt32) | Returns the formats that can be converted by this convertor. |
![]() | get_Type(String) | Returns the logical type to which the convertor applies. |
Packages can implement their own data converters for new data types or new presentation technologies or formats.
Show:
