ITextView.TextViewModel Property

Gets the ITextViewModel of this text view.

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

Syntax

'Declaration
ReadOnly Property TextViewModel As ITextViewModel
ITextViewModel TextViewModel { get; }
property ITextViewModel^ TextViewModel {
    ITextViewModel^ get ();
}
abstract TextViewModel : ITextViewModel
function get TextViewModel () : ITextViewModel

Property Value

Type: Microsoft.VisualStudio.Text.Editor.ITextViewModel
The ITextViewModel.

.NET Framework Security

See Also

Reference

ITextView Interface

Microsoft.VisualStudio.Text.Editor Namespace