C# 클래스 AttachToAnything.Internal.ProvideOptionPageInExistingCategoryAttribute

상속: Microsoft.VisualStudio.Shell.ProvideOptionDialogPageAttribute
파일 보기 프로젝트 열기: ashmind/AttachToAnything

공개 메소드들

메소드 설명
ProvideOptionPageInExistingCategoryAttribute ( Type pageType, string categoryName, string pageName, short pageNameResourceID ) : System
Register ( RegistrationContext context ) : void
Unregister ( RegistrationContext context ) : void

비공개 메소드들

메소드 설명
GetPageRegKeyPath ( ) : string

메소드 상세

ProvideOptionPageInExistingCategoryAttribute() 공개 메소드

public ProvideOptionPageInExistingCategoryAttribute ( Type pageType, string categoryName, string pageName, short pageNameResourceID ) : System
pageType System.Type
categoryName string
pageName string
pageNameResourceID short
리턴 System

Register() 공개 메소드

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

Unregister() 공개 메소드

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