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
Public property Count Gets the number of templates in the collection.
Public property Item Represents a specific template in the Templates collection.

Top

Methods

  Name Description
Public method GetEnumerator Returns an enumeration for items in a collection.

Top

See Also

Reference

EnvDTE90 Namespace