IVsFontsAndColorsInformationService.GetFontAndColorInformation 方法

获取字体和颜色信息,表示指定的 FontsAndColorsCategory的着色信息。

命名空间:  Microsoft.VisualStudio.Editor
程序集:  Microsoft.VisualStudio.Editor(在 Microsoft.VisualStudio.Editor.dll 中)

语法

声明
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

参数

返回值

类型:Microsoft.VisualStudio.Editor.IVsFontsAndColorsInformation
IVsFontsAndColorsInformation 对象。

.NET Framework 安全性

请参阅

参考

IVsFontsAndColorsInformationService 接口

Microsoft.VisualStudio.Editor 命名空间