Share via


IVsUIDataConverter.get_ConvertibleFormats(UInt32, UInt32) Method

Definition

Returns the formats that can be converted by this convertor.

public:
 int get_ConvertibleFormats([Runtime::InteropServices::Out] System::UInt32 % pdwDataFormatFrom, [Runtime::InteropServices::Out] System::UInt32 % pdwDataFormatTo);
public int get_ConvertibleFormats (out uint pdwDataFormatFrom, out uint pdwDataFormatTo);
abstract member get_ConvertibleFormats : uint32 * uint32 -> int
Public Function get_ConvertibleFormats (ByRef pdwDataFormatFrom As UInteger, ByRef pdwDataFormatTo As UInteger) As Integer

Parameters

pdwDataFormatFrom
UInt32

[out] Location to return a pointer to an array of data formats that this convertor can take as inputs.

pdwDataFormatTo
UInt32

[out] Location to return a pointer to an array of data formats that this convertor can output.

Returns

Returns S_OK if the format information was returned.

Applies to