IVsUIDataConverter Interface

 

Converts data from one format to another.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("6E48EB81-ADD0-4F9F-AF78-C02F053250B3")]
public interface IVsUIDataConverter

NameDescription
System_CAPS_pubmethodConvert(IVsUIObject, IVsUIObject)

Converts a data object.

System_CAPS_pubmethodget_ConvertibleFormats(UInt32, UInt32)

Returns the formats that can be converted by this convertor.

System_CAPS_pubmethodget_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.

Return to top
Show: