IVsUIDataConverter 接口

将一个格式的数据为另一种类型。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:   Microsoft.VisualStudio.Shell.Interop.10.0(在 Microsoft.VisualStudio.Shell.Interop.10.0.dll 中)
  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("6E48EB81-ADD0-4F9F-AF78-C02F053250B3")> _
Public Interface IVsUIDataConverter
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("6E48EB81-ADD0-4F9F-AF78-C02F053250B3")]
public interface IVsUIDataConverter

IVsUIDataConverter 类型公开以下成员。

方法

  名称 说明
公共方法 Convert 转换数据对象。
公共方法 get_ConvertibleFormats 返回可由该转换器转换的格式。
公共方法 get_Type 返回转换器应用的逻辑类型。

页首

备注

包可以实现其新数据类型自己的数据转换器或新表示技术或布局。

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间