Construtor FontsAndColorsCategory
Inicializa uma nova instância de FontsAndColorsCategory para o serviço de idioma especificado, a categoria de fonte e a categoria de cor.
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (em Microsoft.VisualStudio.Editor.dll)
Sintaxe
'Declaração
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
)
Parâmetros
languageService
Tipo: GuidO GUID do serviço de linguagem para esta categoria.
fontCategory
Tipo: GuidO GUID da categoria fonte.
colorCategory
Tipo: GuidO GUID da categoria de cor.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.