Freigeben über


IVsFontsAndColorsInformationService-Schnittstelle

Stellt Farbinformationen für Schriftart- und Sprachendienste und FontsAndColorsCategory-Objekte bereit.

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

Der IVsFontsAndColorsInformationService-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode GetFontAndColorInformation Ruft Schriftart- und Farbinformationen ab, die die Farbinformationen für das angegebene FontsAndColorsCategorydarstellt.

Zum Seitenanfang

Hinweise

Dies ist eine MEF-Komponente, und es sollte dem folgenden Attribut importiert werden:

[Import(typeof(IFontsAndColorsInformationService))]

Sie können diesen Dienst verwenden, um IVsFontsAndColorsInformation-Objekten abzurufen.

Siehe auch

Referenz

Microsoft.VisualStudio.Editor-Namespace