ISharePointProjectItemCollection 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 a collection of SharePoint project items.
public interface class ISharePointProjectItemCollection : Microsoft::VisualStudio::SharePoint::ISharePointCollection<Microsoft::VisualStudio::SharePoint::ISharePointProjectItem ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::ISharePointProjectItem ^>, System::Collections::Specialized::INotifyCollectionChanged, System::ComponentModel::INotifyPropertyChanged
public interface ISharePointProjectItemCollection : Microsoft.VisualStudio.SharePoint.ISharePointCollection<Microsoft.VisualStudio.SharePoint.ISharePointProjectItem>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.ISharePointProjectItem>, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
type ISharePointProjectItemCollection = interface
interface ISharePointCollection<ISharePointProjectItem>
interface INotifyCollectionChanged
interface INotifyPropertyChanged
interface seq<ISharePointProjectItem>
interface IEnumerable
Public Interface ISharePointProjectItemCollection
Implements IEnumerable(Of ISharePointProjectItem), INotifyCollectionChanged, INotifyPropertyChanged, ISharePointCollection(Of ISharePointProjectItem)
- Implements
Properties
Count |
Gets the number of items in the collection. (Inherited from ISharePointCollection<T>) |
Item[String] |
Gets an instance of a ISharePointProjectItem by its folder path. |
Project |
Gets the project instance owning this collection. |
Methods
Add(String, String, Boolean) |
Creates and adds a new instance of SharePoint project item. |
Add(String, String, String, Boolean) |
Creates and adds a SharePoint project item to the project. |
Add(String, String, String) |
Creates and adds a new instance of SharePoint project item. |
Add(String, String) |
Creates and adds a new instance of a SharePoint project item. |
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>) |
Find(Guid) |
Finds a ISharePointProjectItem instance by its ID. |