IPropertyCollection 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 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. |