Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispDocumentEvents_DocumentSavedEventHandler ( _
Document As Document _
)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentSavedEventHandler(
Document Document
)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentSavedEventHandler(
[InAttribute] Document^ Document
)
[<ComVisibleAttribute(false)>]
type _dispDocumentEvents_DocumentSavedEventHandler =
delegate of
Document:Document -> unit
JScript does not support delegates.
Parameters
Document
Type: EnvDTE.DocumentThe document.