IPropertySourceCollection Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents a collection of property source objects that appear in the Properties window.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Public Interface IPropertySourceCollection _
    Inherits IEnumerable(Of Object), IEnumerable
public interface IPropertySourceCollection : IEnumerable<Object>, 
    IEnumerable

The IPropertySourceCollection type exposes the following members.

Methods

  Name Description
Public method Add Adds a new property source object to the IPropertySourceCollection collection.
Public method GetEnumerator Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<Object>.)

Top

See Also

Reference

Microsoft.VisualStudio.SharePoint Namespace