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
'Usage
Dim instance As Templates
[GuidAttribute("30C96324-A117-4618-A9A9-0B06EC455121")]
public interface Templates : IEnumerable
[GuidAttribute(L"30C96324-A117-4618-A9A9-0B06EC455121")]
public interface class Templates : IEnumerable
public interface Templates extends IEnumerable