IWpfTextViewHost.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 IWpfTextView that is contained within this IWpfTextViewHost.
public:
property Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ TextView { Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ get(); };
public:
property Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ TextView { Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ get(); };
public Microsoft.VisualStudio.Text.Editor.IWpfTextView TextView { get; }
member this.TextView : Microsoft.VisualStudio.Text.Editor.IWpfTextView
Public ReadOnly Property TextView As IWpfTextView
Property Value
The IWpfTextView that is contained within this IWpfTextViewHost.