IVsUIDataConverter::get_ConvertibleFormats Method (UInt32, UInt32)

 

Returns the formats that can be converted by this convertor.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return Value

Type: System::Int32

Returns S_OK if the format information was returned.

The arrays are paired so that a given index gives an input format and an output format. The convertor only converts between paired formats.

Return to top
Show: