Events.TextEditorEvents Property

Gets the TextEditorEvents object for the IDE.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property TextEditorEvents ( _
    TextDocumentFilter As TextDocument _
) As TextEditorEvents
TextEditorEvents this[
    TextDocument TextDocumentFilter
] { get; }
property TextEditorEvents^ TextEditorEvents[[InAttribute] TextDocument^ TextDocumentFilter] {
    TextEditorEvents^ get ([InAttribute] TextDocument^ TextDocumentFilter);
}
abstract TextEditorEvents : 
        TextDocumentFilter:TextDocument -> TextEditorEvents with get
JScript does not support indexed properties.

Parameters

Property Value

Type: EnvDTE.TextEditorEvents
A TextEditorEvents object.

.NET Framework Security

See Also

Reference

Events Interface

EnvDTE Namespace