Partager via


IVsFontsAndColorsInformationService, interface

Fournit la police et les informations sur la couleur pour les services linguistiques et des objets d'FontsAndColorsCategory.

Espace de noms :  Microsoft.VisualStudio.Editor
Assembly :  Microsoft.VisualStudio.Editor (dans Microsoft.VisualStudio.Editor.dll)

Syntaxe

'Déclaration
Public Interface IVsFontsAndColorsInformationService
public interface IVsFontsAndColorsInformationService
public interface class IVsFontsAndColorsInformationService
type IVsFontsAndColorsInformationService =  interface end
public interface IVsFontsAndColorsInformationService

Le type IVsFontsAndColorsInformationService expose les membres suivants.

Méthodes

  Nom Description
Méthode publique GetFontAndColorInformation Obtient la police et les informations sur la couleur, qui représentent les informations de coloration pour FontsAndColorsCategory spécifié.

Début

Notes

C'est un composant MEF, et doit être importé avec l'attribut suivant :

[Import(typeof(IFontsAndColorsInformationService))]

Vous pouvez utiliser ce service pour obtenir des objets d'IVsFontsAndColorsInformation.

Voir aussi

Référence

Microsoft.VisualStudio.Editor, espace de noms