IVsFontsAndColorsInformationService.GetFontAndColorInformation Method

Definition

Returns an IVsFontsAndColorsInformation which represents the coloring information for the provided FontsAndColorsCategory.

public:
 Microsoft::VisualStudio::Editor::IVsFontsAndColorsInformation ^ GetFontAndColorInformation(Microsoft::VisualStudio::Editor::FontsAndColorsCategory ^ fontAndColorsCategory);
Microsoft::VisualStudio::Editor::IVsFontsAndColorsInformation GetFontAndColorInformation(Microsoft::VisualStudio::Editor::FontsAndColorsCategory const & fontAndColorsCategory);
public Microsoft.VisualStudio.Editor.IVsFontsAndColorsInformation GetFontAndColorInformation (Microsoft.VisualStudio.Editor.FontsAndColorsCategory fontAndColorsCategory);
abstract member GetFontAndColorInformation : Microsoft.VisualStudio.Editor.FontsAndColorsCategory -> Microsoft.VisualStudio.Editor.IVsFontsAndColorsInformation
Public Function GetFontAndColorInformation (fontAndColorsCategory As FontsAndColorsCategory) As IVsFontsAndColorsInformation

Parameters

fontAndColorsCategory
FontsAndColorsCategory

The FontsAndColorsCategory.

Returns

An IVsFontsAndColorsInformation object.

Applies to