Compartilhar via


Método FontsAndColorsCategory.SetColorCategory

Define o GUID da categoria de cor.

Namespace:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (em Microsoft.VisualStudio.Editor.dll)

Sintaxe

'Declaração
Public Function SetColorCategory ( _
    newColorCategory As Guid _
) As FontsAndColorsCategory
public FontsAndColorsCategory SetColorCategory(
    Guid newColorCategory
)
public:
FontsAndColorsCategory^ SetColorCategory(
    Guid newColorCategory
)
member SetColorCategory : 
        newColorCategory:Guid -> FontsAndColorsCategory
public function SetColorCategory(
    newColorCategory : Guid
) : FontsAndColorsCategory

Parâmetros

  • newColorCategory
    Tipo: Guid

    O GUID da categoria de cor.

Valor de retorno

Tipo: Microsoft.VisualStudio.Editor.FontsAndColorsCategory
The new FontsAndColorsCategory.

Segurança do .NET Framework

Consulte também

Referência

FontsAndColorsCategory Classe

Namespace Microsoft.VisualStudio.Editor