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 | |
|---|---|---|
| .gif) | GetCodeWindowManager | Allows a language to add adornments to a code editor. | 
| .gif) | GetColorizer | Returns the colorizer. | 
| .gif) | GetFileExtensions | Returns the file extensions belonging to this language. | 
| .gif) | GetLanguageName | Returns the name of the programming language. | 
Top