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 命名空间