Share via


Templates.Item Property

Represents a specific template in the Templates collection.

Namespace:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Integer _
) As Template
    Get
Template this[
    int Index
] { get; }
property Template^ default[[InAttribute] int Index] {
    Template^ get ([InAttribute] int Index);
}
abstract Item : Template
JScript does not support indexed properties.

Parameters

  • Index
    Type: System.Int32
    The index to a specific template, either an integer value or the name of a template.

Property Value

Type: EnvDTE90.Template
A Template object representing the specified template.

.NET Framework Security

See Also

Reference

Templates Interface

EnvDTE90 Namespace