IVsFontsAndColorsInformation Interface
Represents color information for a language service.
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
'Декларация
Public Interface IVsFontsAndColorsInformation
public interface IVsFontsAndColorsInformation
public interface class IVsFontsAndColorsInformation
type IVsFontsAndColorsInformation = interface end
public interface IVsFontsAndColorsInformation
The IVsFontsAndColorsInformation type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddLanguageService | Adds an additional language service that contributes to coloring information. | |
GetClassificationType | Gets the type used by the language service classifier for the colorable item at the specified index. | |
GetFontAndColorPreferences | Gets the FONTCOLORPREFERENCES2 of the language service. |
Top
Events
Name | Description | |
---|---|---|
Updated | Raised when color information for the language service is changed. |
Top