ISharePointProjectItem.Files Property

Definition

Gets a collection of all files in the project under the SharePoint project item folder node and its subfolders.

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

Property Value

A collection of files.

Applies to