C# Class Microsoft.VisualStudio.R.Packages.ProvideCodeExpansionPathAttribute

Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
ファイルを表示 Open project: Microsoft/RTVS

Public Methods

Method Description
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.

Private Methods

Method Description
LanguageName ( ) : string

The reg key name of the project.

Method Details

ProvideCodeExpansionPathAttribute() public method

Creates a new RegisterSnippetsAttribute.
public ProvideCodeExpansionPathAttribute ( string languageStringId, string description, string paths ) : System
languageStringId string
description string
paths string
return System

Register() public method

Called to register this attribute with the given context.
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. ///
return void

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