IElementCollection Interface
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.
Represents a collection of feature elements.
public interface class IElementCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::Features::IElement ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Features::IElement ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::SharePoint::Features::IElement ^>
public interface IElementCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.Features.IElement>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Features.IElement>, System.Collections.Generic.IList<Microsoft.VisualStudio.SharePoint.Features.IElement>
type IElementCollection = interface
interface IList<IElement>
interface ICollection<IElement>
interface seq<IElement>
interface IEnumerable
Public Interface IElementCollection
Implements ICollection(Of IElement), IEnumerable(Of IElement), IList(Of IElement)
- Implements
Methods
AddElementFile() |
Adds a new element file to the feature elements collection. |
AddElementManifest() |
Adds a new element manifest. |