Condividi tramite


Metodo FontsAndColorsCategory.SetColorCategory

Imposta il GUID della categoria di colore.

Spazio dei nomi:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

Sintassi

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

Parametri

  • newColorCategory
    Tipo: Guid

    Il GUID della categoria di colore.

Valore restituito

Tipo: Microsoft.VisualStudio.Editor.FontsAndColorsCategory
il nuovo FontsAndColorsCategory.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FontsAndColorsCategory Classe

Spazio dei nomi Microsoft.VisualStudio.Editor