Delegado _dispDocumentEvents_DocumentClosingEventHandler
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
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispDocumentEvents_DocumentClosingEventHandler ( _
Document As Document _
)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentClosingEventHandler(
Document Document
)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentClosingEventHandler(
[InAttribute] Document^ Document
)
[<ComVisibleAttribute(false)>]
type _dispDocumentEvents_DocumentClosingEventHandler =
delegate of
Document:Document -> unit
JScript não oferece suporte a delegados.
Parâmetros
- Document
Tipo: EnvDTE.Document
O documento.