IVsHTMLConverter 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可讓調試程式處理其輸出中的某些 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) |
傳回編碼字串時所使用的預設代碼頁值。 |