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.
Gets the DocumentEvents that provides events for the document.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property DocumentEvents ( _
Document As Document _
) As DocumentEvents
DocumentEvents this[
Document Document
] { get; }
property DocumentEvents^ DocumentEvents[[InAttribute] Document^ Document] {
DocumentEvents^ get ([InAttribute] Document^ Document);
}
abstract DocumentEvents :
Document:Document -> DocumentEvents with get
JScript does not support indexed properties.
Parameters
Document
Type: EnvDTE.DocumentOptional. Specifies a particular document to provide events for.
Property Value
Type: EnvDTE.DocumentEvents
A DocumentEvents object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.