_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
AssemblyReference
Type: VsWebSite.AssemblyReferenceThe assembly reference.
See Also
AssemblyReferencesEvents
_dispAssemblyReferencesEvents Interface
VsWebSite Namespace
Return to top