IVsUIDataConverter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts data from one format to another.
public interface class IVsUIDataConverter
public interface class IVsUIDataConverter
__interface IVsUIDataConverter
public interface IVsUIDataConverter
[System.Runtime.InteropServices.Guid("6E48EB81-ADD0-4F9F-AF78-C02F053250B3")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIDataConverter
type IVsUIDataConverter = interface
[<System.Runtime.InteropServices.Guid("6E48EB81-ADD0-4F9F-AF78-C02F053250B3")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIDataConverter = interface
Public Interface IVsUIDataConverter
- Attributes
Remarks
Packages can implement their own data converters for new data types or new presentation technologies or formats.
Methods
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. |