Templates.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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