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