Initializes a new instance of FontsAndColorsCategory for the specified language service, font category, and color category.
Namespace:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
声明
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
)
Parameters
- languageService
Type: System.Guid
The GUID of the language service for this category. 
- fontCategory
Type: System.Guid
The GUID of the font category. 
- colorCategory
Type: System.Guid
The GUID of the color category. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.