IVsLanguageInfo Members
Include Protected Members
Include Inherited Members
Retrieves information about a programming or markup language, including language name, associated file extension, and colorizer requirements for code editing.
The IVsLanguageInfo type exposes the following members.
Methods
Name
Description
Allows a language to add adornments to a code editor.
Returns the colorizer.
Returns the file extensions belonging to this language.
Returns the name of the programming language.
Top