Evento ReferencesEventsClass.ReferenceRemoved
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Viene generato immediatamente dopo l'eliminazione di un riferimento da un progetto.
Spazio dei nomi: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Sintassi
'Dichiarazione
Public Overridable Event ReferenceRemoved As _dispReferencesEvents_ReferenceRemovedEventHandler
public virtual event _dispReferencesEvents_ReferenceRemovedEventHandler ReferenceRemoved
public:
virtual event _dispReferencesEvents_ReferenceRemovedEventHandler^ ReferenceRemoved {
void add (_dispReferencesEvents_ReferenceRemovedEventHandler^ value);
void remove (_dispReferencesEvents_ReferenceRemovedEventHandler^ value);
}
abstract ReferenceRemoved : IEvent<_dispReferencesEvents_ReferenceRemovedEventHandler,
EventArgs>
override ReferenceRemoved : IEvent<_dispReferencesEvents_ReferenceRemovedEventHandler,
EventArgs>
JScript non supporta gli eventi.
Implementa
_dispReferencesEvents_Event.ReferenceRemoved
Note
Il riferimento alla proprietà Collection, ContainingProject o SourceProject del parametro pReference restituisce Nothing, poiché il riferimento non appartiene ad alcun insieme o progetto. L'eventuale tentativo di impostare la proprietà CopyLocal genererà un errore, dato che risulterà senza alcun significato se il riferimento non è contenuto in un progetto. La chiamata al metodo Remove genererà anch'essa un errore.
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.