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