Delegado _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (em VsWebSite.Interop.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler ( _
AssemblyReference As AssemblyReference _
)
[ComVisibleAttribute(false)]
public delegate void _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler(
AssemblyReference AssemblyReference
)
[ComVisibleAttribute(false)]
public delegate void _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler(
[InAttribute] AssemblyReference^ AssemblyReference
)
[<ComVisibleAttribute(false)>]
type _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler =
delegate of
AssemblyReference:AssemblyReference -> unit
O JScript não oferece suporte a delegados.
Parâmetros
- AssemblyReference
Tipo: VsWebSite.AssemblyReference
A referência do assembly.