Share via


_dispAssemblyReferencesEvents.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

void AssemblyReferenceRemoved(
    AssemblyReference AssemblyReference
)
void AssemblyReferenceRemoved(
    AssemblyReference^ AssemblyReference
)
abstract AssemblyReferenceRemoved : 
        AssemblyReference:AssemblyReference -> unit
Sub AssemblyReferenceRemoved (
    AssemblyReference As AssemblyReference
)

Parameters

See Also

AssemblyReferencesEvents
_dispAssemblyReferencesEvents Interface
VsWebSite Namespace

Return to top