Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.GuidThe GUID of the language service for this category.
fontCategory
Type: System.GuidThe GUID of the font category.
colorCategory
Type: System.GuidThe 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.