C# Class NetIde.Shell.ProvideToolWindowAttribute

Inheritance: RegistrationAttribute
显示文件 Open project: netide/netide

Public Methods

Method Description
ProvideToolWindowAttribute ( Type toolType ) : System
Register ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
Unregister ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void

Method Details

ProvideToolWindowAttribute() public method

public ProvideToolWindowAttribute ( Type toolType ) : System
toolType System.Type
return System

Register() public method

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

Unregister() public method

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