IRootFileCollection Interface

Definition

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.

Applies to