IRootFileCollection 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 root files in a package.
public interface class IRootFileCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::Packages::IRootFile ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Packages::IRootFile ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::SharePoint::Packages::IRootFile ^>
public interface IRootFileCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.Packages.IRootFile>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Packages.IRootFile>, System.Collections.Generic.IList<Microsoft.VisualStudio.SharePoint.Packages.IRootFile>
type IRootFileCollection = interface
interface IList<IRootFile>
interface ICollection<IRootFile>
interface seq<IRootFile>
interface IEnumerable
Public Interface IRootFileCollection
Implements ICollection(Of IRootFile), IEnumerable(Of IRootFile), IList(Of IRootFile)
- Implements
Methods
Add() |
Adds a new root file to the collection. |