_dispAssemblyReferencesEvents_Event.add_AssemblyReferenceAdded Method (_dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler)

 

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 add_AssemblyReferenceAdded(
    _dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler A_1
)
void add_AssemblyReferenceAdded(
    _dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler^ A_1
)
abstract add_AssemblyReferenceAdded : 
        A_1:_dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler -> unit
Sub add_AssemblyReferenceAdded (
    A_1 As _dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler
)

Parameters

See Also

AssemblyReferencesEvents
_dispAssemblyReferencesEvents_Event Interface
VsWebSite Namespace

Return to top