Método IVsFontsAndColorsInformationService.GetFontAndColorInformation
Obtém informações de fonte e cor, que representa as informações de cor especificado FontsAndColorsCategory.
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (em Microsoft.VisualStudio.Editor.dll)
Sintaxe
'Declaração
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
Parâmetros
fontAndColorsCategory
Tipo: Microsoft.VisualStudio.Editor.FontsAndColorsCategory
Valor de retorno
Tipo: Microsoft.VisualStudio.Editor.IVsFontsAndColorsInformation
Um objeto IVsFontsAndColorsInformation.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.