Freigeben über


DocumentEventsClass.add_DocumentClosing-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Public Overridable Sub add_DocumentClosing ( _
    A_1 As _dispDocumentEvents_DocumentClosingEventHandler _
)
public virtual void add_DocumentClosing(
    _dispDocumentEvents_DocumentClosingEventHandler A_1
)
public:
virtual void add_DocumentClosing(
    _dispDocumentEvents_DocumentClosingEventHandler^ A_1
)
abstract add_DocumentClosing : 
        A_1:_dispDocumentEvents_DocumentClosingEventHandler -> unit 
override add_DocumentClosing : 
        A_1:_dispDocumentEvents_DocumentClosingEventHandler -> unit 
public function add_DocumentClosing(
    A_1 : _dispDocumentEvents_DocumentClosingEventHandler
)

Parameter

Implementiert

_dispDocumentEvents_Event.add_DocumentClosing(_dispDocumentEvents_DocumentClosingEventHandler)

.NET Framework-Sicherheit

Siehe auch

Referenz

DocumentEventsClass Klasse

EnvDTE-Namespace