IVsHTMLConverter 接口

定义

使调试器能够处理其输出中的某些 HTML 元素。 可以从 (SID_SVsHTMLConverter) 服务获取 接口的 SVsHTMLConverter 实例。

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
属性

方法

ConvertFromEntities(String, UInt32, UInt16[], UInt32)

将字符串中的实体引用转换为字符。

ConvertFromURLEncoding(UInt32, String, UInt32, UInt16[], UInt32)

将 URL 编码 ((例如将 %20 用于空格) )转换为字符的字符串。

ConvertToEntities(String, UInt32, UInt16[], UInt32)

将字符串转换为包含实体引用的字符串,例如字符“ä”的“ä”。

ConvertToURLEncoding(UInt32, String, UInt32, UInt16[], UInt32)

根据需要转换字符串,以替换 URL 编码,例如“%20”作为空格。

get_DefaultURLEncodingCodePage(UInt32)

返回编码字符串时使用的默认代码页的值。

适用于