IVsHTMLConverter 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
디버거가 출력의 일부 HTML 요소를 처리할 수 있도록 합니다. (SID_SVsHTMLConverter) 서비스에서 인터페이스 SVsHTMLConverter 의 instance 가져올 수 있습니다.
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) |
문자열을 인코딩할 때 사용되는 기본 코드 페이지의 값을 반환합니다. |