Share via


ISharePointProjectCollection Interface

Definition

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

Name Description
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

Name Description
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.

Applies to