ISharePointProjectItemVirtualFileCollection.Remove Method
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.
Removes a virtual file from the collection.
public:
bool Remove(Microsoft::VisualStudio::SharePoint::ISharePointProjectItemVirtualFile ^ file);
public bool Remove (Microsoft.VisualStudio.SharePoint.ISharePointProjectItemVirtualFile file);
abstract member Remove : Microsoft.VisualStudio.SharePoint.ISharePointProjectItemVirtualFile -> bool
Public Function Remove (file As ISharePointProjectItemVirtualFile) As Boolean
Parameters
The file to be removed.
Returns
true
if value was removed; otherwise, false
.