_dispImportsEvents_ImportRemovedEventHandler – delegát
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Microsoft pouze pro interní použití.
Obor názvů: VSLangProj
Sestavení: VSLangProj (v VSLangProj.dll)
Syntaxe
'Deklarace
<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
Jazyk JScript nepodporuje delegáty.
Parametry
- bstrImport
Typ: System.String