Partager via


FontsAndColorsCategory, constructeur

Initialise une nouvelle instance de FontsAndColorsCategory pour le service de langage, la catégorie de police et la catégorie de couleur spécifiés.

Espace de noms :  Microsoft.VisualStudio.Editor
Assembly :  Microsoft.VisualStudio.Editor (dans Microsoft.VisualStudio.Editor.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    languageService As Guid, _
    fontCategory As Guid, _
    colorCategory As Guid _
)
public FontsAndColorsCategory(
    Guid languageService,
    Guid fontCategory,
    Guid colorCategory
)
public:
FontsAndColorsCategory(
    Guid languageService, 
    Guid fontCategory, 
    Guid colorCategory
)
new : 
        languageService:Guid * 
        fontCategory:Guid * 
        colorCategory:Guid -> FontsAndColorsCategory
public function FontsAndColorsCategory(
    languageService : Guid, 
    fontCategory : Guid, 
    colorCategory : Guid
)

Paramètres

  • languageService
    Type : Guid

    GUID du service de langage pour cette catégorie.

  • fontCategory
    Type : Guid

    GUID de la catégorie de police.

  • colorCategory
    Type : Guid

    GUID de la catégorie de couleur.

Sécurité .NET Framework

Voir aussi

Référence

FontsAndColorsCategory Classe

Microsoft.VisualStudio.Editor, espace de noms