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 :
TextDocumentFilter:TextDocument -> TextEditorEvents with get
JScript does not support indexed properties.
Parameters
TextDocumentFilter
Type: EnvDTE.TextDocumentOptional. 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.