ITemplateFileCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |