C# 클래스 NuGet.Tools.FontAndColorsRegistrationAttribute

This class is used to create a registry key for the FontAndColors category
상속: Microsoft.VisualStudio.Shell.RegistrationAttribute
파일 보기 프로젝트 열기: grendello/nuget

공개 메소드들

메소드 설명
FontAndColorsRegistrationAttribute ( string categoryKeyName, string categoryGuid, string toolWindowPackageGuid ) : Microsoft.VisualStudio.Shell
Unregister ( RegistrationContext context ) : void

비공개 메소드들

메소드 설명
Register ( RegistrationContext context ) : void

메소드 상세

FontAndColorsRegistrationAttribute() 공개 메소드

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

Unregister() 공개 메소드

public Unregister ( RegistrationContext context ) : void
context RegistrationContext
리턴 void