IVsFontsAndColorsInformationService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides IVsFontsAndColorsInformations for given languages and FontsAndColorsCategoryies.
public interface class IVsFontsAndColorsInformationService
public interface class IVsFontsAndColorsInformationService
__interface IVsFontsAndColorsInformationService
public interface IVsFontsAndColorsInformationService
type IVsFontsAndColorsInformationService = interface
Public Interface IVsFontsAndColorsInformationService
Remarks
This is a MEF Component, and should be imported with the following attribute: [Import(typeof(IFontsAndColorsInformationService))]
Methods
GetFontAndColorInformation(FontsAndColorsCategory) |
Returns an IVsFontsAndColorsInformation which represents the coloring information for the provided FontsAndColorsCategory. |