FileReferenceCollection.Remove(FileReference) 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 the specified file reference from the collection.
public:
void Remove(Microsoft::Build::Tasks::Deployment::ManifestUtilities::FileReference ^ file);
public void Remove (Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference file);
member this.Remove : Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference -> unit
Public Sub Remove (file As FileReference)
Parameters
- file
- FileReference
The specified file reference to remove.