_DocumentEventsRoot.DocumentEvents Property

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
ReadOnly Property DocumentEvents ( _
    WindowFilter As Document _
) As Object
Object this[
    Document WindowFilter
] { get; }
property Object^ DocumentEvents[[InAttribute] Document^ WindowFilter] {
    Object^ get ([InAttribute] Document^ WindowFilter);
}
abstract DocumentEvents : Object
JScript does not support indexed properties.

Parameters

Property Value

Type: System.Object
The document event.

.NET Framework Security

See Also

Reference

_DocumentEventsRoot Interface

EnvDTE Namespace