IVsUIDataConverter::get_ConvertibleFormats Method (UInt32, UInt32)
Visual Studio 2015
Returns the formats that can be converted by this convertor.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
int get_ConvertibleFormats( [OutAttribute] unsigned int% pdwDataFormatFrom, [OutAttribute] unsigned int% pdwDataFormatTo )
Parameters
- pdwDataFormatFrom
-
Type:
System::UInt32
[out] Location to return a pointer to an array of data formats that this convertor can take as inputs.
- pdwDataFormatTo
-
Type:
System::UInt32
[out] Location to return a pointer to an array of data formats that this convertor can output.
The arrays are paired so that a given index gives an input format and an output format. The convertor only converts between paired formats.
Show: