ISharePointProjectPackage.ProjectItems Property

Definition

Gets the collection of the SharePoint project items referenced in the package document object.

public:
 property System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::ISharePointProjectItem ^> ^ ProjectItems { System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::ISharePointProjectItem ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.ISharePointProjectItem> ProjectItems { get; }
member this.ProjectItems : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.ISharePointProjectItem>
Public ReadOnly Property ProjectItems As ICollection(Of ISharePointProjectItem)

Property Value

A collection of project items.

Applies to