Метод | Описание | |
---|---|---|
ProvideCodeExpansionPathAttribute ( string languageStringId, string description, string paths ) : System |
Creates a new RegisterSnippetsAttribute.
|
|
Register ( RegistrationContext context ) : void |
Called to register this attribute with the given context.
|
|
Unregister ( RegistrationContext context ) : void |
Called to unregister this attribute with the given context.
|
Метод | Описание | |
---|---|---|
LanguageName ( ) : string |
The reg key name of the project.
|
public ProvideCodeExpansionPathAttribute ( string languageStringId, string description, string paths ) : System | ||
languageStringId | string | |
description | string | |
paths | string | |
Результат | System |
public Register ( 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. /// |
Результат | void |
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. /// |
Результат | void |