IDwpFileCollection Interface

Definition

Represents a collection of Web part (.dwp) files in the package.

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

Methods

Add()

Adds a new Web part file to the collection.

Applies to