ITextView.TextViewModel 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 ITextViewModel of this text view.
public:
 property Microsoft::VisualStudio::Text::Editor::ITextViewModel ^ TextViewModel { Microsoft::VisualStudio::Text::Editor::ITextViewModel ^ get(); };
	public Microsoft.VisualStudio.Text.Editor.ITextViewModel TextViewModel { get; }
	member this.TextViewModel : Microsoft.VisualStudio.Text.Editor.ITextViewModel
	Public ReadOnly Property TextViewModel As ITextViewModel
	Property Value
The ITextViewModel.