Share via


IFeature.ProjectItems Property

Definition

Gets the list of project items deployed with the feature.

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

Property Value

A collection of objects representing the project items deployed with the feature.

Applies to