Partager via


IWpfTextViewHost.HostControl, propriété

Obtient le contrôle WPF correspondant à cet élément IWpfTextViewHost.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

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

Valeur de propriété

Type : Control
Le contrôle WPF pour cet IWpfTextViewHost.

Notes

Utilisez cette propriété pour afficher le contrôle WPF d'IWpfTextViewHost.

Sécurité .NET Framework

Voir aussi

Référence

IWpfTextViewHost Interface

Microsoft.VisualStudio.Text.Editor, espace de noms