Delegato _dispImportsEvents_ImportRemovedEventHandler
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Solo per utilizzo interno di Microsoft.
Spazio dei nomi: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Sintassi
'Dichiarazione
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispImportsEvents_ImportRemovedEventHandler ( _
bstrImport As String _
)
[ComVisibleAttribute(false)]
public delegate void _dispImportsEvents_ImportRemovedEventHandler(
string bstrImport
)
[ComVisibleAttribute(false)]
public delegate void _dispImportsEvents_ImportRemovedEventHandler(
[InAttribute] String^ bstrImport
)
[<ComVisibleAttribute(false)>]
type _dispImportsEvents_ImportRemovedEventHandler =
delegate of
bstrImport:string -> unit
JScript non supporta i delegati.
Parametri
bstrImport
Tipo: String