IElementCollection Interface

Definition

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.

Applies to