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)

Syntax

'Declaration
ReadOnly Property HostControl As Control
Control HostControl { get; }
property Control^ HostControl {
    Control^ get ();
}
abstract HostControl : Control with get
function get HostControl () : Control

Property Value

Type: Control
The WPF control for this IWpfTextViewHost.

Remarks

Use this property to display the IWpfTextViewHost WPF control.

.NET Framework Security

See Also

Reference

IWpfTextViewHost Interface

Microsoft.VisualStudio.Text.Editor Namespace