IVsHTMLConverter 인터페이스

정의

디버거가 출력의 일부 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)

문자열을 인코딩할 때 사용되는 기본 코드 페이지의 값을 반환합니다.

적용 대상