_dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler Delegate
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This class 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
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler ( _
AssemblyReference As AssemblyReference _
)
[ComVisibleAttribute(false)]
public delegate void _dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler(
AssemblyReference AssemblyReference
)
[ComVisibleAttribute(false)]
public delegate void _dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler(
[InAttribute] AssemblyReference^ AssemblyReference
)
[<ComVisibleAttribute(false)>]
type _dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler =
delegate of
AssemblyReference:AssemblyReference -> unit
JScript does not support delegates.
Parameters
AssemblyReference
Type: VsWebSite.AssemblyReferenceThe assembly reference.