IVsHTMLConverter Interface
Definition
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.
Enables the debugger to handle some HTML elements in its output. You can get an instance of the interface from the SVsHTMLConverter (SID_SVsHTMLConverter) service.
public interface class IVsHTMLConverter
public interface class IVsHTMLConverter
__interface IVsHTMLConverter
[System.Runtime.InteropServices.Guid("218D0424-9C53-4EA1-A679-A0AED59B0E4F")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsHTMLConverter
[System.Runtime.InteropServices.Guid("218D0424-9C53-4EA1-A679-A0AED59B0E4F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsHTMLConverter
[<System.Runtime.InteropServices.Guid("218D0424-9C53-4EA1-A679-A0AED59B0E4F")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsHTMLConverter = interface
[<System.Runtime.InteropServices.Guid("218D0424-9C53-4EA1-A679-A0AED59B0E4F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsHTMLConverter = interface
Public Interface IVsHTMLConverter
- Attributes
Methods
ConvertFromEntities(String, UInt32, UInt16[], UInt32) |
Converts entity references in a string to characters. |
ConvertFromURLEncoding(UInt32, String, UInt32, UInt16[], UInt32) |
Converts a string from URL encoding (such as using %20 for space) to characters. |
ConvertToEntities(String, UInt32, UInt16[], UInt32) |
Converts a character string to one containing entity references such "ä" for the character "ä." |
ConvertToURLEncoding(UInt32, String, UInt32, UInt16[], UInt32) |
Converts a string substituting URL encoding where needed, such as "%20" for a space. |
get_DefaultURLEncodingCodePage(UInt32) |
Returns the value of the default code page used when encoding strings. |