Metodo ProjectItemsEventsClass.remove_ItemRemoved
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Solo per utilizzo interno di Microsoft.
Spazio dei nomi: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Sintassi
'Dichiarazione
Public Overridable Sub remove_ItemRemoved ( _
A_1 As _dispProjectItemsEvents_ItemRemovedEventHandler _
)
public virtual void remove_ItemRemoved(
_dispProjectItemsEvents_ItemRemovedEventHandler A_1
)
public:
virtual void remove_ItemRemoved(
_dispProjectItemsEvents_ItemRemovedEventHandler^ A_1
)
abstract remove_ItemRemoved :
A_1:_dispProjectItemsEvents_ItemRemovedEventHandler -> unit
override remove_ItemRemoved :
A_1:_dispProjectItemsEvents_ItemRemovedEventHandler -> unit
public function remove_ItemRemoved(
A_1 : _dispProjectItemsEvents_ItemRemovedEventHandler
)
Parametri
A_1
Tipo: EnvDTE._dispProjectItemsEvents_ItemRemovedEventHandlerIl gestore eventi.
Implementa
_dispProjectItemsEvents_Event.remove_ItemRemoved(_dispProjectItemsEvents_ItemRemovedEventHandler)
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.