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 : GuidGUID du service de langage pour cette catégorie.
fontCategory
Type : GuidGUID de la catégorie de police.
colorCategory
Type : GuidGUID de la catégorie de couleur.
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.