Events2::TextEditorEvents Property (TextDocument^)

 

Gets the TextEditorEvents object for the IDE.

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

property TextEditorEvents^ default[
	TextDocument^ TextDocumentFilter = null
] {
	TextEditorEvents^ get(TextDocument^ TextDocumentFilter = null);
}

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.

Return to top
Show: