IVsFontsAndColorsInformationService.GetFontAndColorInformation, méthode
Obtient la police et les informations sur la couleur, qui représentent les informations de coloration pour FontsAndColorsCategory spécifié.
Espace de noms : Microsoft.VisualStudio.Editor
Assembly : Microsoft.VisualStudio.Editor (dans Microsoft.VisualStudio.Editor.dll)
Syntaxe
'Déclaration
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
Paramètres
fontAndColorsCategory
Type : Microsoft.VisualStudio.Editor.FontsAndColorsCategory
Valeur de retour
Type : Microsoft.VisualStudio.Editor.IVsFontsAndColorsInformation
Objet IVsFontsAndColorsInformation.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.