Templates.Item 屬性
表示 Templates 集合中的特定範本。
命名空間: EnvDTE90
組件: EnvDTE90 (在 EnvDTE90.dll 中)
語法
'宣告
ReadOnly Default Property Item ( _
Index As Integer _
) As Template
Template this[
int Index
] { get; }
property Template^ default[[InAttribute] int Index] {
Template^ get ([InAttribute] int Index);
}
abstract Item : Template
JScript 不支援索引屬性。
參數
- Index
型別:System.Int32
特定範本的索引,可以是整數值或範本的名稱。
屬性值
型別:EnvDTE90.Template
Template 物件,表示指定的範本。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。