IVsUIDataConverter.get_ConvertibleFormats(UInt32, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回此转换器可以转换的格式。
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
弄返回指向此转换器可以输出的数据格式数组的指针的位置。
返回
如果返回格式信息,则返回 S_OK。