IVsFontsAndColorsInformationService.GetFontAndColorInformation Method

Gets font and color information, which represents the coloring information for the specified FontsAndColorsCategory.

Namespace:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

Syntax

'Declaration
Function GetFontAndColorInformation ( _
    fontAndColorsCategory As FontsAndColorsCategory _
) As IVsFontsAndColorsInformation
IVsFontsAndColorsInformation GetFontAndColorInformation(
    FontsAndColorsCategory fontAndColorsCategory
)
IVsFontsAndColorsInformation^ GetFontAndColorInformation(
    FontsAndColorsCategory^ fontAndColorsCategory
)
abstract GetFontAndColorInformation : 
        fontAndColorsCategory:FontsAndColorsCategory -> IVsFontsAndColorsInformation 
function GetFontAndColorInformation(
    fontAndColorsCategory : FontsAndColorsCategory
) : IVsFontsAndColorsInformation

Parameters

Return Value

Type: Microsoft.VisualStudio.Editor.IVsFontsAndColorsInformation
An IVsFontsAndColorsInformation object.

.NET Framework Security

See Also

Reference

IVsFontsAndColorsInformationService Interface

Microsoft.VisualStudio.Editor Namespace