Metodo DocumentEventsClass.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
Public Overridable Sub remove_DocumentSaved ( _
    A_1 As _dispDocumentEvents_DocumentSavedEventHandler _
)
public virtual void remove_DocumentSaved(
    _dispDocumentEvents_DocumentSavedEventHandler A_1
)
public:
virtual void remove_DocumentSaved(
    _dispDocumentEvents_DocumentSavedEventHandler^ A_1
)
abstract remove_DocumentSaved : 
        A_1:_dispDocumentEvents_DocumentSavedEventHandler -> unit 
override remove_DocumentSaved : 
        A_1:_dispDocumentEvents_DocumentSavedEventHandler -> unit 
public function remove_DocumentSaved(
    A_1 : _dispDocumentEvents_DocumentSavedEventHandler
)

Parametri

Implementa

_dispDocumentEvents_Event.remove_DocumentSaved(_dispDocumentEvents_DocumentSavedEventHandler)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DocumentEventsClass Classe

Spazio dei nomi EnvDTE