_dispAssemblyReferencesEvents_SinkHelper.AssemblyReferenceAdded 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 AssemblyReferenceAdded(
    AssemblyReference A_1
)
public:
virtual void AssemblyReferenceAdded(
    AssemblyReference^ A_1
)
abstract AssemblyReferenceAdded : 
        A_1:AssemblyReference -> unit
override AssemblyReferenceAdded : 
        A_1:AssemblyReference -> unit
Public Overridable Sub AssemblyReferenceAdded (
    A_1 As AssemblyReference
)

Parameters

Implements

_dispAssemblyReferencesEvents.AssemblyReferenceAdded(AssemblyReference)

See Also

AssemblyReferencesEvents
_dispAssemblyReferencesEvents_SinkHelper Class
VsWebSite Namespace

Return to top