Delegat _dispImportsEvents_ImportRemovedEventHandler
Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Microsoft tylko do użytku wewnętrznego.
Przestrzeń nazw: VSLangProj
Zestaw: VSLangProj (w VSLangProj.dll)
Składnia
'Deklaracja
<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
Język JScript nie obsługuje delegatów.
Parametry
bstrImport
Typ: String