IApplicationResourceCollection.AddAppGlobalResourceFile Method

Definition

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.

Applies to