Share via


_dispAssemblyReferencesEvents_SinkHelper.AssemblyReferenceRemoved Method (AssemblyReference)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

public virtual void AssemblyReferenceRemoved(
    AssemblyReference A_1
)
public:
virtual void AssemblyReferenceRemoved(
    AssemblyReference^ A_1
)
abstract AssemblyReferenceRemoved : 
        A_1:AssemblyReference -> unit
override AssemblyReferenceRemoved : 
        A_1:AssemblyReference -> unit
Public Overridable Sub AssemblyReferenceRemoved (
    A_1 As AssemblyReference
)

Parameters

Implements

_dispAssemblyReferencesEvents.AssemblyReferenceRemoved(AssemblyReference)

See Also

AssemblyReferencesEvents
_dispAssemblyReferencesEvents_SinkHelper Class
VsWebSite Namespace

Return to top