ISharePointProject.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 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.