ISharePointProjectItemVirtualFileCollection.Remove Method

Definition

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

file
ISharePointProjectItemVirtualFile

The file to be removed.

Returns

true if value was removed; otherwise, false.

Applies to