IVsUIDataConverterManager Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers converters for additional data types.
public interface class IVsUIDataConverterManager
public interface class IVsUIDataConverterManager
__interface IVsUIDataConverterManager
C#
public interface IVsUIDataConverterManager
C#
[System.Runtime.InteropServices.Guid("806BA229-8188-4663-A918-65B0E0CC0503")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIDataConverterManager
type IVsUIDataConverterManager = interface
[<System.Runtime.InteropServices.Guid("806BA229-8188-4663-A918-65B0E0CC0503")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIDataConverterManager = interface
Public Interface IVsUIDataConverterManager
- Attributes
This object is implemented by packages that include convertors implemented in IVsUIDataConverterManager interfaces.
Get |
Returns a IVsUIDataConverter for a specified conversion. |
Get |
Get a convertor for a specified object. |
Register |
Registers the convertor with the shell. |
Unregister |
Removes the convertor from the shell. |
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |