C# Class NetIde.Shell.ProvideEditorFactoryAttribute

Inheritance: RegistrationAttribute
Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
ProvideEditorFactoryAttribute ( Type factoryType, string name ) : System
Register ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
Unregister ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void

Method Details

ProvideEditorFactoryAttribute() public méthode

public ProvideEditorFactoryAttribute ( Type factoryType, string name ) : System
factoryType System.Type
name string
Résultat System

Register() public méthode

public Register ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
package INiPackage
context INiRegistrationContext
packageKey INiRegistrationKey
Résultat void

Unregister() public méthode

public Unregister ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
package INiPackage
context INiRegistrationContext
packageKey INiRegistrationKey
Résultat void