ISharePointProjectPackage.ProjectItems Property
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.
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.