ISharePointProjectItem.VirtualFiles Property

Definition

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.

Applies to