C# 클래스 NetIde.Shell.ProvideToolWindowAttribute

상속: RegistrationAttribute
파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
ProvideToolWindowAttribute ( Type toolType ) : System
Register ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
Unregister ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void

메소드 상세

ProvideToolWindowAttribute() 공개 메소드

public ProvideToolWindowAttribute ( Type toolType ) : System
toolType System.Type
리턴 System

Register() 공개 메소드

public Register ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
package INiPackage
context INiRegistrationContext
packageKey INiRegistrationKey
리턴 void

Unregister() 공개 메소드

public Unregister ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
package INiPackage
context INiRegistrationContext
packageKey INiRegistrationKey
리턴 void