ITextSelection.TextView 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 text view to which this selection belongs.
public:
 property Microsoft::VisualStudio::Text::Editor::ITextView ^ TextView { Microsoft::VisualStudio::Text::Editor::ITextView ^ get(); };public:
 property Microsoft::VisualStudio::Text::Editor::ITextView ^ TextView { Microsoft::VisualStudio::Text::Editor::ITextView ^ get(); };public Microsoft.VisualStudio.Text.Editor.ITextView TextView { get; }member this.TextView : Microsoft.VisualStudio.Text.Editor.ITextViewPublic ReadOnly Property TextView As ITextViewProperty Value
The text view.