Udostępnij za pośrednictwem


ProvideIncludeFolderAttribute Klasa

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Klasa atrybutu, aby podać wpisy rejestru dla T4. Folder dołączania do hosta 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
Dziedziczenie
ProvideIncludeFolderAttribute
Atrybuty

Konstruktory

ProvideIncludeFolderAttribute(String, Int32, String)

Konstruktor

Pola

IncludeFoldersKeyName

Nazwa określonego klucza rejestru dla procesorów dyrektywy

TextTemplatingKeyName

Nazwa głównego klucza rejestru dla tworzenia szablonów tekstowych

Właściwości

Extension

Rozszerzenie plików szablonu do zastosowania tego folderu dołączania za pomocą polecenia .

Folder

Ścieżka zarejestrowanego folderu dołączania. Ta ścieżka jest względna względem ścieżki składnika rejestrowanego zestawu.

Index

Indeks oparty na zerze folderu

TypeId

Zastąp właściwość TypeID, aby umożliwić klasom pochodnym RegistrationAttribute pracować z atrybutem System.ComponentModel.TypeDescriptor.GetAttributes(...). Atrybut pochodzący z tego atrybutu będzie musiał zastąpić tę właściwość tylko wtedy, gdy potrzebuje lepszej kontroli nad wystąpieniami, które można zastosować do klasy.

(Odziedziczone po RegistrationAttribute)

Metody

GetPackageRegKeyPath(Guid)

Pobiera ścieżkę rejestru (względem katalogu głównego rejestru aplikacji) pakietu VSPackage.

(Odziedziczone po RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

Rejestrowanie folderu dołączania szablonów tekstowych

Unregister(RegistrationAttribute+RegistrationContext)

Wyrejestrowywanie folderu dołączania plików tekstowych

Dotyczy