Freigeben über


IWpfTextViewHost.HostControl-Eigenschaft

Ruft das WPF-Steuerelement für diesen IWpfTextViewHost ab.

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

Eigenschaftswert

Typ: Control
Das WPF-Steuerelement für dieses IWpfTextViewHost.

Hinweise

Verwenden Sie diese Eigenschaft, um das IWpfTextViewHost WPF-Steuerelement anzuzeigen.

.NET Framework-Sicherheit

Siehe auch

Referenz

IWpfTextViewHost Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace