C# Class Spring.VisualStudio.RegistrationAttributes.SnippetsRegistrationAttribute

Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
显示文件 Open project: spring-projects/spring-net-vsnet

Public Methods

Method Description
Unregister ( RegistrationContext context ) : void

Called to unregister this attribute with the given context.

Private Methods

Method Description
LanguageName ( ) : string

The reg key name of the project.

Register ( RegistrationContext context ) : void
SnippetsRegistrationAttribute ( string languageGuid, bool showRoots, short displayName, string languageStringId, string indexPath, string forceCreateDirectories, string paths ) : System

Method Details

Unregister() public method

Called to unregister this attribute with the given context.
public Unregister ( RegistrationContext context ) : void
context RegistrationContext /// Contains the location where the registration information should be placed. /// It also contains other informations as the type being registered and path information. ///
return void