ISharePointProjectItemCollection Interface
Represents a collection of SharePoint project items.
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 a ISharePointProjectItem by its folder path. |
![]() | Project | Gets the project instance owning this collection. |
| Name | Description | |
|---|---|---|
![]() | Add(String^, String^) | Creates and adds a new instance of a SharePoint project item. |
![]() | Add(String^, String^, Boolean) | Creates and adds a new instance of SharePoint project item. |
![]() | Add(String^, String^, String^) | Creates and adds a new instance of SharePoint project item. |
![]() | Add(String^, String^, String^, Boolean) | Creates and adds a SharePoint project item to the project. |
![]() | 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 a ISharePointProjectItem instance by its ID. |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | (Inherited from INotifyCollectionChanged.) |
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |


