Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
fontAndColorsCategory
Type: Microsoft.VisualStudio.Editor.FontsAndColorsCategory
Return Value
Type: Microsoft.VisualStudio.Editor.IVsFontsAndColorsInformation
An IVsFontsAndColorsInformation object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.