FontsAndColorsCategory Constructor

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

'Declaration
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

See Also

Reference

FontsAndColorsCategory Class

Microsoft.VisualStudio.Editor Namespace