Condividi tramite


Delegato _dispWebReferencesEvents_WebReferenceRemovedEventHandler

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 _dispWebReferencesEvents_WebReferenceRemovedEventHandler ( _
    WebReference As WebReference _
)
[ComVisibleAttribute(false)]
public delegate void _dispWebReferencesEvents_WebReferenceRemovedEventHandler(
    WebReference WebReference
)
[ComVisibleAttribute(false)]
public delegate void _dispWebReferencesEvents_WebReferenceRemovedEventHandler(
    [InAttribute] WebReference^ WebReference
)
[<ComVisibleAttribute(false)>]
type _dispWebReferencesEvents_WebReferenceRemovedEventHandler = 
    delegate of 
        WebReference:WebReference -> unit
JScript non supporta i delegati.

Parametri

Vedere anche

Riferimenti

Spazio dei nomi VsWebSite

WebReferencesEvents