ProvideIncludeFolderAttribute Класс

Определение

Важно!

Этот API несовместим с CLS.

Класс атрибута, предоставляющий записи реестра для папки включения T4.VSHost.

public ref class ProvideIncludeFolderAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class ProvideIncludeFolderAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
[System.CLSCompliant(false)]
public sealed class ProvideIncludeFolderAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
[<System.CLSCompliant(false)>]
type ProvideIncludeFolderAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class ProvideIncludeFolderAttribute
Inherits RegistrationAttribute
Наследование
ProvideIncludeFolderAttribute
Атрибуты

Конструкторы

ProvideIncludeFolderAttribute(String, Int32, String)

Конструктор

Поля

IncludeFoldersKeyName

Имя конкретного раздела реестра для процессоров директив.

TextTemplatingKeyName

Имя корневого раздела реестра для текстовых шаблонов.

Свойства

Extension

Расширение файлов шаблонов, которое требуется применить к этой папке включения.

Folder

Путь к регистрируемой папке включения. Путь указывается относительно пути компонента регистрируемой сборки.

Index

Отсчитываемый от нуля индекс папки.

TypeId

Получает текущий экземпляр данного атрибута.

(Унаследовано от RegistrationAttribute)

Методы

GetPackageRegKeyPath(Guid)

Получает путь в реестре (относительно корня реестра приложения) VSPackage.

(Унаследовано от RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

Регистрация папки с текстовыми шаблонами

Unregister(RegistrationAttribute+RegistrationContext)

Отмена регистрации папки с текстовыми шаблонами

Применяется к