IWpfTextViewHost::TextView Property

 

Gets the IWpfTextView that is contained within this IWpfTextViewHost.

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

property IWpfTextView^ TextView {
	IWpfTextView^ get();
}

Property Value

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

The IWpfTextView that is contained within this IWpfTextViewHost.

Return to top
Show: