ProvideIncludeFolderAttribute 建構函式
登錄資料夾以搜尋包含檔案的文字範本。 如果您要在安裝套件時註冊包含資料夾,請將此屬性套用至套件類別。
命名空間: Microsoft.VisualStudio.TextTemplating.VSHost
組件: Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (在 Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll 中)
語法
'宣告
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
)
參數
- extension
型別:System.String
將包含此資料夾中檔案之範本檔的副檔名 (例如.tt)。
- index
型別:System.Int32
如果有多個資料夾,則此索引會定義搜尋資料夾的順序。
- folder
型別:System.String
資料夾的路徑。這是與所要註冊組件的元件路徑相對的路徑。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。