IVsFontsAndColorsInformationService Interface

Definition

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.

Applies to