Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 : DocumentEvents
JScript does not support indexed properties.
Parameters
- Document
Type: EnvDTE.Document
Optional. 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.