C# Class NuGet.Tools.FontAndColorsRegistrationAttribute

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

Public Methods

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

Private Methods

Method Description
Register ( RegistrationContext context ) : void

Method Details

FontAndColorsRegistrationAttribute() public method

public FontAndColorsRegistrationAttribute ( string categoryKeyName, string categoryGuid, string toolWindowPackageGuid ) : Microsoft.VisualStudio.Shell
categoryKeyName string
categoryGuid string
toolWindowPackageGuid string
return Microsoft.VisualStudio.Shell

Unregister() public method

public Unregister ( RegistrationContext context ) : void
context RegistrationContext
return void