ISharePointProjectItemFileCollection Interface
Represents a collection of files in a SharePoint project item.
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 a SharePoint project item file by the file name. |
![]() | ProjectItem | Gets the SharePoint project item owning this instance of the ISharePointProjectItemFileCollection. |
| Name | Description | |
|---|---|---|
![]() | AddFromFile(String^) | Adds the specified file to the project item file collection. |
![]() | AddFromFileCopy(String^) | Adds a new file as a copy of the specified file. The file is added to the SharePoint project item folder. |
![]() | AddFromFileCopy(String^, String^) | Adds a copy of the specified file to the specified subdirectory as a project item file. The file is added to the SharePoint project item folder. |
![]() | 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>.) |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | (Inherited from INotifyCollectionChanged.) |
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |


