IVsUIDataConverter.get_ConvertibleFormats(UInt32, UInt32) 方法

定义

返回此转换器可以转换的格式。

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 :  *  -> int
Public Function get_ConvertibleFormats (ByRef pdwDataFormatFrom As UInteger, ByRef pdwDataFormatTo As UInteger) As Integer

参数

pdwDataFormatFrom
UInt32

弄用于返回指向此转换器可以作为输入的数据格式数组的指针的位置。

pdwDataFormatTo
UInt32

弄返回指向此转换器可以输出的数据格式数组的指针的位置。

返回

Int32

如果返回格式信息,则返回 S_OK。

适用于