Condividi tramite


Delegato _dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Questa classe supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Spazio dei nomi:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Sintassi

'Dichiarazione
<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 non supporta i delegati.

Parametri

Vedere anche

Riferimenti

Spazio dei nomi VsWebSite

AssemblyReferencesEvents