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: GuidIl GUID della categoria di colore.
Valore restituito
Tipo: Microsoft.VisualStudio.Editor.FontsAndColorsCategory
il nuovo FontsAndColorsCategory.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.