AutomationPeer.IsHwndHost Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si l’élément associé à cet AutomationPeer hôte hwnds
dans Windows Presentation Foundation (WPF).
protected public:
virtual property bool IsHwndHost { bool get(); };
protected internal virtual bool IsHwndHost { get; }
member this.IsHwndHost : bool
Protected Friend Overridable ReadOnly Property IsHwndHost As Boolean
Valeur de propriété
true
si l’élément associé à cet AutomationPeer hôte hwnds
dans Windows Presentation Foundation (WPF) ; sinon, false
.
Remarques
Deux exemples d’éléments qui hébergent hwnds
dans Windows Presentation Foundation (WPF) sont WindowsFormsHost et Popup.
Ces pairs doivent également remplacer GetHostRawElementProviderCore.