FontsAndColorsCategory.SetFontCategory, méthode
Définit le GUID de la catégorie de police.
Espace de noms : Microsoft.VisualStudio.Editor
Assembly : Microsoft.VisualStudio.Editor (dans Microsoft.VisualStudio.Editor.dll)
Syntaxe
'Déclaration
Public Function SetFontCategory ( _
newFontCategory As Guid _
) As FontsAndColorsCategory
public FontsAndColorsCategory SetFontCategory(
Guid newFontCategory
)
public:
FontsAndColorsCategory^ SetFontCategory(
Guid newFontCategory
)
member SetFontCategory :
newFontCategory:Guid -> FontsAndColorsCategory
public function SetFontCategory(
newFontCategory : Guid
) : FontsAndColorsCategory
Paramètres
newFontCategory
Type : GuidGUID de la catégorie de police.
Valeur de retour
Type : Microsoft.VisualStudio.Editor.FontsAndColorsCategory
FontsAndColorsCategory .
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.