Metodo _dispProjectItemsEvents_Event.add_ItemRenamed
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
Sub add_ItemRenamed ( _
A_1 As _dispProjectItemsEvents_ItemRenamedEventHandler _
)
void add_ItemRenamed(
_dispProjectItemsEvents_ItemRenamedEventHandler A_1
)
void add_ItemRenamed(
_dispProjectItemsEvents_ItemRenamedEventHandler^ A_1
)
abstract add_ItemRenamed :
A_1:_dispProjectItemsEvents_ItemRenamedEventHandler -> unit
function add_ItemRenamed(
A_1 : _dispProjectItemsEvents_ItemRenamedEventHandler
)
Parametri
- A_1
Tipo: EnvDTE._dispProjectItemsEvents_ItemRenamedEventHandler
Il gestore eventi.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.