IVsHTMLConverter Interface

Definition

Enables the debugger to handle some HTML elements in its output. You can get an instance of the interface from the SVsHTMLConverter (SID_SVsHTMLConverter) service.

public interface class IVsHTMLConverter
Attributes

Methods

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

Converts entity references in a string to characters.

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

Converts a string from URL encoding (such as using %20 for space) to characters.

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

Converts a character string to one containing entity references such "ä" for the character "ä."

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

Converts a string substituting URL encoding where needed, such as "%20" for a space.

get_DefaultURLEncodingCodePage(UInt32)

Returns the value of the default code page used when encoding strings.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022