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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。