IWebTempFileCollection Interface

Definition

Represents a collection of Web template files in the package.

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

Methods

Add()

Adds a new Web temp file to the collection.

Applies to