FontsAndColorsCategory.SetColorCategory(Guid) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le GUID de la catégorie de couleur.
public:
Microsoft::VisualStudio::Editor::FontsAndColorsCategory ^ SetColorCategory(Guid newColorCategory);
public Microsoft.VisualStudio.Editor.FontsAndColorsCategory SetColorCategory (Guid newColorCategory);
member this.SetColorCategory : Guid -> Microsoft.VisualStudio.Editor.FontsAndColorsCategory
Public Function SetColorCategory (newColorCategory As Guid) As FontsAndColorsCategory
Paramètres
- newColorCategory
- Guid
GUID de la catégorie de couleur.
Retours
Nouveau FontsAndColorsCategory avec le GUID de la catégorie de couleur défini sur newColorCategory .