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