Templates.Item[Int32] Свойство

Определение

Соответствует конкретному шаблону в коллекции Templates.

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

Параметры

Index
Int32

Индекс конкретного шаблона — целочисленное значение или имя шаблона.

Значение свойства

Template

Объект Template, соответствующий указанному шаблону.

Атрибуты

Применяется к