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