CaretPositionChangedEventArgs::TextView Property

 

Gets the ITextView that contains the caret.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
property ITextView^ TextView {
	ITextView^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Editor::ITextView^

The text view.

Return to top
Show: