Compartilhar via


Método FontsAndColorsCategory.SetFontCategory

Define o GUID da categoria fonte.

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

Sintaxe

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

Parâmetros

  • newFontCategory
    Tipo: Guid

    O GUID da categoria fonte.

Valor de retorno

Tipo: Microsoft.VisualStudio.Editor.FontsAndColorsCategory
O FontsAndColorsCategory.

Segurança do .NET Framework

Consulte também

Referência

FontsAndColorsCategory Classe

Namespace Microsoft.VisualStudio.Editor