共用方式為


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 安全性

請參閱

參考

Templates 介面

EnvDTE90 命名空間