ISharePointProjectItem.VirtualFiles 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 includes virtual files. Virtual files do not have to exist at design time. At packaging time MSBuild tasks need to ensure the file is present for the packaging to suceed.
public:
property Microsoft::VisualStudio::SharePoint::ISharePointProjectItemVirtualFileCollection ^ VirtualFiles { Microsoft::VisualStudio::SharePoint::ISharePointProjectItemVirtualFileCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.ISharePointProjectItemVirtualFileCollection VirtualFiles { get; }
member this.VirtualFiles : Microsoft.VisualStudio.SharePoint.ISharePointProjectItemVirtualFileCollection
Public ReadOnly Property VirtualFiles As ISharePointProjectItemVirtualFileCollection
Property Value
A collection of virtual files.