Sdílet prostřednictvím


ProvideIncludeFolderAttribute – konstruktor

Registry složka vyhledejte text šablony patří. Pokud chcete zahrnout složku registrované při instalaci balíčku použít atribut třídy balíček.

Obor názvů:  Microsoft.VisualStudio.TextTemplating.VSHost
Sestavení:  Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (v Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    extension As String, _
    index As Integer, _
    folder As String _
)
public ProvideIncludeFolderAttribute(
    string extension,
    int index,
    string folder
)
public:
ProvideIncludeFolderAttribute(
    String^ extension, 
    int index, 
    String^ folder
)
new : 
        extension:string * 
        index:int * 
        folder:string -> ProvideIncludeFolderAttribute
public function ProvideIncludeFolderAttribute(
    extension : String, 
    index : int, 
    folder : String
)

Parametry

  • extension
    Typ: System.String
    Přípona souboru (například .tt) šablon, které bude obsahovat soubory ze složky.
  • index
    Typ: System.Int32
    Pokud více složek, tento index určuje pořadí, ve kterém budou prohledány.
  • folder
    Typ: System.String
    Cesta ke složce.Tato cesta je cesta součást registrace sestavení.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ProvideIncludeFolderAttribute Třída

Microsoft.VisualStudio.TextTemplating.VSHost – obor názvů