ITemplateFileCollection Interface

Definition

Represents a collection of template files in the package.

public interface class ITemplateFileCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::Packages::ITemplateFile ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Packages::ITemplateFile ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::SharePoint::Packages::ITemplateFile ^>
public interface ITemplateFileCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.Packages.ITemplateFile>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Packages.ITemplateFile>, System.Collections.Generic.IList<Microsoft.VisualStudio.SharePoint.Packages.ITemplateFile>
type ITemplateFileCollection = interface
    interface IList<ITemplateFile>
    interface ICollection<ITemplateFile>
    interface seq<ITemplateFile>
    interface IEnumerable
Public Interface ITemplateFileCollection
Implements ICollection(Of ITemplateFile), IEnumerable(Of ITemplateFile), IList(Of ITemplateFile)
Implements

Methods

Add()

Adds a new template file to the collection.

Applies to