Condividi tramite


IVsFontsAndColorsInformation.GetFontAndColorPreferences Method

Definition

Returns the FONTCOLORPREFERENCES2 of the language service. This corresponds to the color definitions inside Visual Studio (not the information available in the classification format map, editor format map, etc.)

public:
 Microsoft::VisualStudio::TextManager::Interop::FONTCOLORPREFERENCES2 GetFontAndColorPreferences();
Microsoft::VisualStudio::TextManager::Interop::FONTCOLORPREFERENCES2 GetFontAndColorPreferences();
public Microsoft.VisualStudio.TextManager.Interop.FONTCOLORPREFERENCES2 GetFontAndColorPreferences ();
abstract member GetFontAndColorPreferences : unit -> Microsoft.VisualStudio.TextManager.Interop.FONTCOLORPREFERENCES2
Public Function GetFontAndColorPreferences () As FONTCOLORPREFERENCES2

Returns

FONTCOLORPREFERENCES2.

Remarks

These color preferences are the color definitions inside Visual Studio, not the information available in the classification format map or the editor format map.

Applies to