Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Template this[
int Index
] { get; }
property Template^ default[[InAttribute] int Index] {
Template^ get ([InAttribute] int Index);
}
abstract Item :
Index:int -> Template with get
JScript does not support indexed properties.
Parameters
Index
Type: System.Int32The 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.