IVsFontsAndColorsInformation-Schnittstelle
Stellt Farbinformationen für einen Sprachdienst dar.
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
'Declaration
Public Interface IVsFontsAndColorsInformation
public interface IVsFontsAndColorsInformation
public interface class IVsFontsAndColorsInformation
type IVsFontsAndColorsInformation = interface end
public interface IVsFontsAndColorsInformation
Der IVsFontsAndColorsInformation-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
AddLanguageService | Fügt einen zusätzlichen Sprachdienst hinzu, der Informationen zu Färbungs beiträgt. | |
GetClassificationType | Ruft den Typ ab, der von der Sprachdienst klassifizierung für das färbbare Element am angegebenen Index verwendet wird. | |
GetFontAndColorPreferences | Ruft FONTCOLORPREFERENCES2 des Sprachdiensts ab. |
Zum Seitenanfang
Ereignisse
Name | Beschreibung | |
---|---|---|
Updated | Wird ausgelöst, wenn Farbinformationen für den Sprachdienst geändert werden. |
Zum Seitenanfang