AutomationPeer.IsHwndHost Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un valore che indica se l'elemento associato a questo AutomationPeer host hwnds
in 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
Valore della proprietà
true
se l'elemento associato a questo AutomationPeer host hwnds
in Windows Presentation Foundation (WPF); in caso contrario, false
.
Commenti
Due esempi di elementi che ospitano hwnds
in Windows Presentation Foundation (WPF) sono WindowsFormsHost e Popup.
Questi peer devono anche eseguire l'override GetHostRawElementProviderCoredi .