Templates Interface

Definition

Represents all of the templates in the current project.

public interface class Templates : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("30C96324-A117-4618-A9A9-0B06EC455121")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface Templates : System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("30C96324-A117-4618-A9A9-0B06EC455121")]
public interface Templates : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("30C96324-A117-4618-A9A9-0B06EC455121")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type Templates = interface
    interface IEnumerable
[<System.Runtime.InteropServices.Guid("30C96324-A117-4618-A9A9-0B06EC455121")>]
type Templates = interface
    interface IEnumerable
Public Interface Templates
Implements IEnumerable
Attributes
Implements

Properties

Count

Gets the number of templates in the collection.

Item[Int32]

Represents a specific template in the Templates collection.

Methods

GetEnumerator()

Returns an enumeration for items in a collection.

Applies to