IApplicationResourceCollection.AddApplicationResourceFile Method

Definition

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.

Applies to