C# Class NetIde.Shell.ProvideOptionPageAttribute

Inheritance: RegistrationAttribute
Exibir arquivo Open project: netide/netide

Public Methods

Method Description
ProvideOptionPageAttribute ( Type pageType, string categoryName, string pageName, string categoryNameResourceKey, string pageNameResourceKey ) : System
Register ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
Unregister ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void

Method Details

ProvideOptionPageAttribute() public method

public ProvideOptionPageAttribute ( Type pageType, string categoryName, string pageName, string categoryNameResourceKey, string pageNameResourceKey ) : System
pageType System.Type
categoryName string
pageName string
categoryNameResourceKey string
pageNameResourceKey string
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