ISharePointProjectService.Projects Property

Definition

Gets the collection of SharePoint projects in the Visual Studio solution.

public:
 property Microsoft::VisualStudio::SharePoint::ISharePointProjectCollection ^ Projects { Microsoft::VisualStudio::SharePoint::ISharePointProjectCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.ISharePointProjectCollection Projects { get; }
member this.Projects : Microsoft.VisualStudio.SharePoint.ISharePointProjectCollection
Public ReadOnly Property Projects As ISharePointProjectCollection

Property Value

A collection of projects.

Applies to