ISharePointProjectItem.Files 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 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.