AssemblyReferenceCollection.Remove(AssemblyReference) Method

Definition

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.

Applies to