ISharePointProjectCollection Interface

 

A collection of all SharePoint projects in the Visual Studio solution.

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

public interface class ISharePointProjectCollection : ISharePointCollection<ISharePointProject^>, 
	INotifyCollectionChanged, INotifyPropertyChanged, IEnumerable<ISharePointProject^>, 
	IEnumerable

NameDescription
System_CAPS_pubpropertyCount

Gets the number of items in the collection.(Inherited from ISharePointCollection<T>.)

System_CAPS_pubpropertyItem[String^]

Gets an instance of the SharePoint project using the specified project path.

System_CAPS_pubpropertyProjectService

Gets an instance of the SharePoint project service.

NameDescription
System_CAPS_pubmethodContains(T)

Gets whether the provided item is a member of this collection.(Inherited from ISharePointCollection<T>.)

System_CAPS_pubmethodCopyTo(array<T>^, Int32)

Copies items from this collection into an array.(Inherited from ISharePointCollection<T>.)

System_CAPS_pubmethodFind(Guid)

Finds an instance of SharePoint project with the specified ID.

System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable<T>.)

Return to top
Show: