Método _dispDocumentEvents_Event.remove_DocumentClosing

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

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

Sintaxe

'Declaração
Sub remove_DocumentClosing ( _
    A_1 As _dispDocumentEvents_DocumentClosingEventHandler _
)
void remove_DocumentClosing(
    _dispDocumentEvents_DocumentClosingEventHandler A_1
)
void remove_DocumentClosing(
    _dispDocumentEvents_DocumentClosingEventHandler^ A_1
)
abstract remove_DocumentClosing : 
        A_1:_dispDocumentEvents_DocumentClosingEventHandler -> unit 
function remove_DocumentClosing(
    A_1 : _dispDocumentEvents_DocumentClosingEventHandler
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

_dispDocumentEvents_Event Interface

Namespace EnvDTE