IClassResourceCollection.Add 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 class resource file to the collection.
public:
Microsoft::VisualStudio::SharePoint::Packages::IClassResource ^ Add();
public Microsoft.VisualStudio.SharePoint.Packages.IClassResource Add ();
abstract member Add : unit -> Microsoft.VisualStudio.SharePoint.Packages.IClassResource
Public Function Add () As IClassResource
Returns
An object that represents the new class resource added to the collection.