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