IPropertyCollection Interface

Definition

Represents a collection of default values for feature properties.

public interface class IPropertyCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::Features::IProperty ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Features::IProperty ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::SharePoint::Features::IProperty ^>
public interface IPropertyCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.Features.IProperty>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Features.IProperty>, System.Collections.Generic.IList<Microsoft.VisualStudio.SharePoint.Features.IProperty>
type IPropertyCollection = interface
    interface IList<IProperty>
    interface ICollection<IProperty>
    interface seq<IProperty>
    interface IEnumerable
Public Interface IPropertyCollection
Implements ICollection(Of IProperty), IEnumerable(Of IProperty), IList(Of IProperty)
Implements

Methods

Add()

Adds a new feature property.

Applies to