IWpfTextViewHost::HostControl Property

 

Gets the WPF control for this IWpfTextViewHost.

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

property Control^ HostControl {
	Control^ get();
}

Property Value

Type: System.Windows.Controls::Control^

The WPF control for this IWpfTextViewHost.

Use this property to display the IWpfTextViewHost WPF control.

Return to top
Show: