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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.