Compartilhar via


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

Valor de retorno

Tipo: Microsoft.VisualStudio.Editor.IVsFontsAndColorsInformation
Um objeto IVsFontsAndColorsInformation.

Segurança do .NET Framework

Consulte também

Referência

IVsFontsAndColorsInformationService Interface

Namespace Microsoft.VisualStudio.Editor