Events.TextEditorEvents[TextDocument] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the TextEditorEvents object for the IDE.
public:
property EnvDTE::TextEditorEvents ^ TextEditorEvents[EnvDTE::TextDocument ^] { EnvDTE::TextEditorEvents ^ get(EnvDTE::TextDocument ^ TextDocumentFilter); };
[System.Runtime.InteropServices.DispId(313)]
public EnvDTE.TextEditorEvents TextEditorEvents[EnvDTE.TextDocument TextDocumentFilter = default] { [System.Runtime.InteropServices.DispId(313)] get; }
[<System.Runtime.InteropServices.DispId(313)>]
[<get: System.Runtime.InteropServices.DispId(313)>]
member this.TextEditorEvents(EnvDTE.TextDocument) : EnvDTE.TextEditorEvents
Public ReadOnly Property TextEditorEvents(Optional TextDocumentFilter As TextDocument = Nothing) As TextEditorEvents
Parameters
- TextDocumentFilter
- TextDocument
Optional. A TextDocument object that serves as the source for the events.
Property Value
A TextEditorEvents object.
- Attributes