IClassResourceCollection 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 package class resource files.
public interface class IClassResourceCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::Packages::IClassResource ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Packages::IClassResource ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::SharePoint::Packages::IClassResource ^>
public interface IClassResourceCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.Packages.IClassResource>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Packages.IClassResource>, System.Collections.Generic.IList<Microsoft.VisualStudio.SharePoint.Packages.IClassResource>
type IClassResourceCollection = interface
interface IList<IClassResource>
interface ICollection<IClassResource>
interface seq<IClassResource>
interface IEnumerable
Public Interface IClassResourceCollection
Implements ICollection(Of IClassResource), IEnumerable(Of IClassResource), IList(Of IClassResource)
- Implements
Methods
Add() |
Adds a new class resource file to the collection. |