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