ISharePointProjectCollection Interface
A collection of all SharePoint projects in the Visual Studio solution.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items in the collection.(Inherited from ISharePointCollection<T>.) |
![]() | Item[String^] | Gets an instance of the SharePoint project using the specified project path. |
![]() | ProjectService | Gets an instance of the SharePoint project service. |
| Name | Description | |
|---|---|---|
![]() | Contains(T) | Gets whether the provided item is a member of this collection.(Inherited from ISharePointCollection<T>.) |
![]() | CopyTo(array<T>^, Int32) | Copies items from this collection into an array.(Inherited from ISharePointCollection<T>.) |
![]() | Find(Guid) | Finds an instance of SharePoint project with the specified ID. |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | (Inherited from INotifyCollectionChanged.) |
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |
Show:


