IPropertySourceCollection Interface

 

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)

public interface class IPropertySourceCollection : IEnumerable<Object^>, 
	IEnumerable

NameDescription
System_CAPS_pubmethodAdd(Object^)

Adds a new property source object to the IPropertySourceCollection collection.

System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable<T>.)

Return to top
Show: