IPackageManifest.ApplicationResourceFiles Property
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.
Gets the application resource files associated with the package.
public:
property Microsoft::VisualStudio::SharePoint::Packages::IApplicationResourceCollection ^ ApplicationResourceFiles { Microsoft::VisualStudio::SharePoint::Packages::IApplicationResourceCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Packages.IApplicationResourceCollection ApplicationResourceFiles { get; }
member this.ApplicationResourceFiles : Microsoft.VisualStudio.SharePoint.Packages.IApplicationResourceCollection
Public ReadOnly Property ApplicationResourceFiles As IApplicationResourceCollection
Property Value
A collection representing application resource files.