Поделиться через


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

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

ProvideIncludeFolderAttribute(String, Int32, String)

Конструктор

Поля

IncludeFoldersKeyName

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

TextTemplatingKeyName

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

Свойства

Extension

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

Folder

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

Index

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

TypeId

Переопределите свойство TypeID, чтобы разрешить производным классам RegistrationAttribute работать с System.ComponentModel.TypeDescriptor.GetAttributes(...). Атрибут, производный от этого , должен переопределять это свойство только в том случае, если ему требуется более качественный контроль над экземплярами, которые можно применить к классу.

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

Методы

GetPackageRegKeyPath(Guid)

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

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

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

Unregister(RegistrationAttribute+RegistrationContext)

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

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