Delegado _dispReferencesEvents_ReferenceRemovedEventHandler
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Namespace: VSLangProj
Assembly: VSLangProj (em VSLangProj.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispReferencesEvents_ReferenceRemovedEventHandler ( _
pReference As Reference _
)
[ComVisibleAttribute(false)]
public delegate void _dispReferencesEvents_ReferenceRemovedEventHandler(
Reference pReference
)
[ComVisibleAttribute(false)]
public delegate void _dispReferencesEvents_ReferenceRemovedEventHandler(
[InAttribute] Reference^ pReference
)
[<ComVisibleAttribute(false)>]
type _dispReferencesEvents_ReferenceRemovedEventHandler =
delegate of
pReference:Reference -> unit
JScript não oferece suporte a delegados.
Parâmetros
pReference
Tipo: VSLangProj.Reference