ISharePointProjectFeatureCollection Interface
A collection of all SharePoint features defined in the SharePoint project.
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 ISharePointProjectFeature with the specified folder path. |
![]() | Project | The ISharePointProject to which the features are associated. |
| Name | Description | |
|---|---|---|
![]() | Add() | Adds a new feature. |
![]() | Add(Boolean) | Adds a new feature. |
![]() | Add(String^) | Adds a new feature using the specified feature name. |
![]() | Add(String^, Boolean) | Adds a new feature using the specified feature name. |
![]() | 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) | Gets an instance of an ISharePointProjectFeature with the specified ID. |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | (Inherited from INotifyCollectionChanged.) |
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |
Features defined in the project may or may not be included to the solution package associated with the project. Features can be referenced from packages associated with other projects.


