IElementCollection.AddElementFile 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 element file to the feature elements collection.
public:
Microsoft::VisualStudio::SharePoint::Features::IElement ^ AddElementFile();
public Microsoft.VisualStudio.SharePoint.Features.IElement AddElementFile ();
abstract member AddElementFile : unit -> Microsoft.VisualStudio.SharePoint.Features.IElement
Public Function AddElementFile () As IElement
Returns
The new element file added to the collection.