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 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 : TextEditorEvents
JScript does not support indexed properties.
Parameters
- TextDocumentFilter
Type: EnvDTE.TextDocument
Optional. A TextDocument object that serves as the source for the events.
Property Value
Type: EnvDTE.TextEditorEvents
A TextEditorEvents 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.