ISharePointCollection<T> Interface
Represents a read-only collection of items. It provides no public methods to modify content of the collection. It is used as a base type for a number of collections in SharePoint project model. These collections are typically changed internally and events can be used to monitor for these changes.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items in the collection. |
| Name | Description | |
|---|---|---|
![]() | Contains(T) | Gets whether the provided item is a member of this collection. |
![]() | CopyTo(array<T>^, Int32) | Copies items from this collection into an array. |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | (Inherited from INotifyCollectionChanged.) |
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |
Show:


