AutomationPeer.IsHwndHost Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Element, das diesem AutomationPeer Hosts hwnds in Windows Presentation Foundation (WPF) zugeordnet ist.

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

Eigenschaftswert

Boolean

truewenn das Element, das diesem AutomationPeer Hosts hwnds in Windows Presentation Foundation (WPF) zugeordnet ist, falseandernfalls .

Hinweise

Zwei Beispiele für Elemente, die in Windows Presentation Foundation (WPF) hostenhwnds, sind WindowsFormsHost und Popup.

Diese Peers müssen auch außer Kraft setzen GetHostRawElementProviderCore.

Gilt für

Siehe auch