Share via


_dispAssemblyReferencesEvents.AssemblyReferenceRemoved Method

Definition

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public:
 void AssemblyReferenceRemoved(VsWebSite::AssemblyReference ^ AssemblyReference);
[System.Runtime.InteropServices.DispId(2)]
public void AssemblyReferenceRemoved (VsWebSite.AssemblyReference AssemblyReference);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member AssemblyReferenceRemoved : VsWebSite.AssemblyReference -> unit
Public Sub AssemblyReferenceRemoved (AssemblyReference As AssemblyReference)

Parameters

AssemblyReference
AssemblyReference

The assembly reference.

Attributes

Applies to