IApplicationResourceCollection.AddApplicationResourceFile Method
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.
Adds a new application resource file to the collection.
public:
Microsoft::VisualStudio::SharePoint::Packages::IApplicationResource ^ AddApplicationResourceFile();
public Microsoft.VisualStudio.SharePoint.Packages.IApplicationResource AddApplicationResourceFile ();
abstract member AddApplicationResourceFile : unit -> Microsoft.VisualStudio.SharePoint.Packages.IApplicationResource
Public Function AddApplicationResourceFile () As IApplicationResource
Returns
The new resource that was added to the collection.