_dispImportsEvents_ImportRemovedEventHandler (Delegado)
Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.
Sólo para uso interno de Microsoft.
Espacio de nombres: VSLangProj
Ensamblado: VSLangProj (en VSLangProj.dll)
Sintaxis
'Declaración
<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 no admite delegados.
Parámetros
bstrImport
Tipo: String