C# Класс Microsoft.VisualStudio.R.Packages.ProvideCodeExpansionPathAttribute

Наследование: Microsoft.VisualStudio.Shell.RegistrationAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ProvideCodeExpansionPathAttribute() публичный Метод

Creates a new RegisterSnippetsAttribute.
public ProvideCodeExpansionPathAttribute ( string languageStringId, string description, string paths ) : System
languageStringId string
description string
paths string
Результат System

Register() публичный Метод

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. ///
Результат void

Unregister() публичный Метод

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. ///
Результат void