ISharePointProjectItemVirtualFileCollection Interface
Represents the 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>.) |
![]() | ProjectItem | Gets the SharePoint project item owning this instance of the ISharePointProjectItemFileCollection. |
| Name | Description | |
|---|---|---|
![]() | Add(String^, DeploymentType) | Adds a new virtual file. |
![]() | 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>.) |
![]() | Remove(ISharePointProjectItemVirtualFile^) | Removes a virtual file from the collection. |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | (Inherited from INotifyCollectionChanged.) |
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |
Show:


