ISharePointProjectCollection 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.
A collection of all SharePoint projects in the Visual Studio solution.
public interface class ISharePointProjectCollection : Microsoft::VisualStudio::SharePoint::ISharePointCollection<Microsoft::VisualStudio::SharePoint::ISharePointProject ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::ISharePointProject ^>, System::Collections::Specialized::INotifyCollectionChanged, System::ComponentModel::INotifyPropertyChanged
public interface ISharePointProjectCollection : Microsoft.VisualStudio.SharePoint.ISharePointCollection<Microsoft.VisualStudio.SharePoint.ISharePointProject>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.ISharePointProject>, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
type ISharePointProjectCollection = interface
interface ISharePointCollection<ISharePointProject>
interface INotifyCollectionChanged
interface INotifyPropertyChanged
interface seq<ISharePointProject>
interface IEnumerable
Public Interface ISharePointProjectCollection
Implements IEnumerable(Of ISharePointProject), INotifyCollectionChanged, INotifyPropertyChanged, ISharePointCollection(Of ISharePointProject)
- Implements
Properties
Count |
Gets the number of items in the collection. (Inherited from ISharePointCollection<T>) |
Item[String] |
Gets an instance of the SharePoint project using the specified project path. |
ProjectService |
Gets an instance of the SharePoint project service. |
Methods
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 an instance of SharePoint project with the specified ID. |