Events2.DocumentEvents Property
Gets the DocumentEvents that provides events for the document.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.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 for which to provide events.
Property Value
Type: EnvDTE.DocumentEvents
A DocumentEvents object.
Implements
Events.DocumentEvents[Document]
.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.