Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Include Protected Members
Include Inherited Members
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.
The IVsHTMLConverter type exposes the following members.
Methods
Name
Description
.gif)
Converts entity references in a string to characters.
.gif)
Converts a string from URL encoding (such as using %20 for space) to characters.
.gif)
Converts a character string to one containing entity references such "ä" for the character "ä."
.gif)
Converts a string substituting URL encoding where needed, such as "%20" for a space.
.gif)
get_DefaultURLEncodingCodePage
Returns the value of the default code page used when encoding strings.
Top