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 all of the templates in the current project.
Namespace: EnvDTE90
Assembly: EnvDTE90 (in EnvDTE90.dll)
Syntax
'Declaration
<GuidAttribute("30C96324-A117-4618-A9A9-0B06EC455121")> _
Public Interface Templates _
Inherits IEnumerable
[GuidAttribute("30C96324-A117-4618-A9A9-0B06EC455121")]
public interface Templates : IEnumerable
[GuidAttribute(L"30C96324-A117-4618-A9A9-0B06EC455121")]
public interface class Templates : IEnumerable
[<GuidAttribute("30C96324-A117-4618-A9A9-0B06EC455121")>]
type Templates =
interface
interface IEnumerable
end
public interface Templates extends IEnumerable
The Templates type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | Gets the number of templates in the collection. |
![]() |
Item | Represents a specific template in the Templates collection. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
GetEnumerator | Returns an enumeration for items in a collection. |
Top
.gif)
.gif)