Share via


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

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

Parameters

See Also

AssemblyReferencesEvents
_dispAssemblyReferencesEvents Interface
VsWebSite Namespace

Return to top