Metodo _dispDocumentEvents_Event.remove_DocumentSaved
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 remove_DocumentSaved ( _
A_1 As _dispDocumentEvents_DocumentSavedEventHandler _
)
void remove_DocumentSaved(
_dispDocumentEvents_DocumentSavedEventHandler A_1
)
void remove_DocumentSaved(
_dispDocumentEvents_DocumentSavedEventHandler^ A_1
)
abstract remove_DocumentSaved :
A_1:_dispDocumentEvents_DocumentSavedEventHandler -> unit
function remove_DocumentSaved(
A_1 : _dispDocumentEvents_DocumentSavedEventHandler
)
Parametri
- A_1
Tipo: EnvDTE._dispDocumentEvents_DocumentSavedEventHandler
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.