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