ISharePointProjectItemVirtualFileCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the collection of files in a SharePoint project item.
public interface class ISharePointProjectItemVirtualFileCollection : Microsoft::VisualStudio::SharePoint::ISharePointCollection<Microsoft::VisualStudio::SharePoint::ISharePointProjectItemVirtualFile ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::ISharePointProjectItemVirtualFile ^>, System::Collections::Specialized::INotifyCollectionChanged, System::ComponentModel::INotifyPropertyChanged
public interface ISharePointProjectItemVirtualFileCollection : Microsoft.VisualStudio.SharePoint.ISharePointCollection<Microsoft.VisualStudio.SharePoint.ISharePointProjectItemVirtualFile>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.ISharePointProjectItemVirtualFile>, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
type ISharePointProjectItemVirtualFileCollection = interface
interface ISharePointCollection<ISharePointProjectItemVirtualFile>
interface INotifyCollectionChanged
interface INotifyPropertyChanged
interface seq<ISharePointProjectItemVirtualFile>
interface IEnumerable
Public Interface ISharePointProjectItemVirtualFileCollection
Implements IEnumerable(Of ISharePointProjectItemVirtualFile), INotifyCollectionChanged, INotifyPropertyChanged, ISharePointCollection(Of ISharePointProjectItemVirtualFile)
- Implements
Properties
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. |
Methods
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(T[], Int32) |
Copies items from this collection into an array. (Inherited from ISharePointCollection<T>) |
Remove(ISharePointProjectItemVirtualFile) |
Removes a virtual file from the collection. |