_dispImportsEvents_ImportRemovedEventHandler, délégué
Ce délégué prend en charge l'infrastructure .NET Framework et n'est pas destiné à être utilisé directement à partir de votre code.
Réservé à un usage interne Microsoft.
Espace de noms: VSLangProj
Assembly : VSLangProj (dans vslangproj.dll)
Syntaxe
'Déclaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispImportsEvents_ImportRemovedEventHandler ( _
<InAttribute> bstrImport As String _
)
'Utilisation
Dim instance As New _dispImportsEvents_ImportRemovedEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispImportsEvents_ImportRemovedEventHandler (
[InAttribute] string bstrImport
)
[ComVisibleAttribute(false)]
public delegate void _dispImportsEvents_ImportRemovedEventHandler (
[InAttribute] String^ bstrImport
)
/** @delegate */
/** @attribute ComVisibleAttribute(false) */
public delegate void _dispImportsEvents_ImportRemovedEventHandler (
/** @attribute InAttribute() */ String bstrImport
)
JScript prend en charge l'utilisation de délégués mais pas la déclaration de nouveaux délégués.
Paramètres
- bstrImport