Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides font and color information for language services and FontsAndColorsCategory objects.
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
'Declaration
Public Interface IVsFontsAndColorsInformationService
public interface IVsFontsAndColorsInformationService
public interface class IVsFontsAndColorsInformationService
type IVsFontsAndColorsInformationService = interface end
public interface IVsFontsAndColorsInformationService
The IVsFontsAndColorsInformationService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetFontAndColorInformation | Gets font and color information, which represents the coloring information for the specified FontsAndColorsCategory. |
Top
Remarks
This is a MEF Component, and should be imported with the following attribute:
[Import(typeof(IFontsAndColorsInformationService))]
You can use this service to get IVsFontsAndColorsInformation objects.