C# Class NuGet.Tools.FontAndColorsRegistrationAttribute

This class is used to create a registry key for the FontAndColors category
Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
Afficher le fichier Open project: grendello/nuget

Méthodes publiques

Méthode Description
FontAndColorsRegistrationAttribute ( string categoryKeyName, string categoryGuid, string toolWindowPackageGuid ) : Microsoft.VisualStudio.Shell
Unregister ( RegistrationContext context ) : void

Private Methods

Méthode Description
Register ( RegistrationContext context ) : void

Method Details

FontAndColorsRegistrationAttribute() public méthode

public FontAndColorsRegistrationAttribute ( string categoryKeyName, string categoryGuid, string toolWindowPackageGuid ) : Microsoft.VisualStudio.Shell
categoryKeyName string
categoryGuid string
toolWindowPackageGuid string
Résultat Microsoft.VisualStudio.Shell

Unregister() public méthode

public Unregister ( RegistrationContext context ) : void
context RegistrationContext
Résultat void