C# Class Microsoft.VisualStudio.Shell.SingleFileGeneratorSupportRegistrationAttribute

Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
Afficher le fichier Open project: jagregory/boolangstudio

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Register ( RegistrationContext context ) : void

Called to register this attribute with the given context. The context contains the location where the registration inforomation should be placed. It also contains other information such as the type being registered and path information.

SingleFileGeneratorSupportRegistrationAttribute ( Type prjFactoryType ) : System

Creates a new SingleFileGeneratorSupportRegistrationAttribute attribute to register a custom code generator for the provided context.

Unregister ( RegistrationContext context ) : void

Unregister this file extension.

Method Details

Register() public méthode

Called to register this attribute with the given context. The context contains the location where the registration inforomation should be placed. It also contains other information such as the type being registered and path information.
public Register ( RegistrationContext context ) : void
context RegistrationContext
Résultat void

SingleFileGeneratorSupportRegistrationAttribute() public méthode

Creates a new SingleFileGeneratorSupportRegistrationAttribute attribute to register a custom code generator for the provided context.
public SingleFileGeneratorSupportRegistrationAttribute ( Type prjFactoryType ) : System
prjFactoryType System.Type
Résultat System

Unregister() public méthode

Unregister this file extension.
public Unregister ( RegistrationContext context ) : void
context RegistrationContext
Résultat void