IResourceCollection Interface

Definition

Represents a collection of resource files in the package.

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

Methods

Add()

Adds a new resource file to the collection.

Applies to