IWebTempFileCollection 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 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. |