Events2.TextEditorEvents Property

Gets the TextEditorEvents object for the IDE.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.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 : TextEditorEvents
JScript does not support indexed properties.

Parameters

Property Value

Type: EnvDTE.TextEditorEvents
A TextEditorEvents object.

Implements

Events.TextEditorEvents[TextDocument]

.NET Framework Security

See Also

Reference

Events2 Interface

EnvDTE80 Namespace