Templates::Item Property (Int32)

 

Represents a specific template in the Templates collection.

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

property Template^ default[
	int Index
] {
	Template^ get(int Index);
}

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.

Return to top
Show: