C# Class Microsoft.VisualStudio.Shell.SingleFileGeneratorSupportRegistrationAttribute

Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
Show file Open project: jagregory/boolangstudio

Private Properties

Property Type Description

Public Methods

Method 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 method

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
return void

SingleFileGeneratorSupportRegistrationAttribute() public method

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

Unregister() public method

Unregister this file extension.
public Unregister ( RegistrationContext context ) : void
context RegistrationContext
return void