Share via


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)

スペースの "%20" など、必要に応じて URL エンコードを置き換える文字列を変換します。

get_DefaultURLEncodingCodePage(UInt32)

文字列をエンコードするときに使用される既定のコード ページの値を返します。

適用対象