ISharePointProject.ProjectItems Property

Definition

Gets the collection of SharePoint project items in the project.

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

Property Value

A collection of project items.

Applies to