Templates Interface
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