Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.