Templates.Item[Int32] Property

Definition

Represents a specific template in the Templates collection.

public:
 property EnvDTE90::Template ^ default[int] { EnvDTE90::Template ^ get(int Index); };
[System.Runtime.InteropServices.DispId(0)]
public EnvDTE90.Template this[int Index] { [System.Runtime.InteropServices.DispId(0)] get; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
member this.Item(int) : EnvDTE90.Template
Default Public ReadOnly Property Item(Index As Integer) As Template

Parameters

Index
Int32

The index to a specific template, either an integer value or the name of a template.

Property Value

A Template object representing the specified template.

Attributes

Applies to