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