AutomationPeer.IsHwndHost 속성
정의
이 AutomationPeer에 연결된 요소가 WPF(Windows Presentation Foundation)Windows Presentation Foundation (WPF)에서 hwnds
를 호스팅하는지 여부를 나타내는 값을 가져옵니다.Gets a value that indicates whether the element that is associated with this AutomationPeer hosts hwnds
in WPF(Windows Presentation Foundation)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
속성 값
이 AutomationPeer에 연결된 요소가 WPF(Windows Presentation Foundation)Windows Presentation Foundation (WPF)에서 true
를 호스팅하면 hwnds
이고, 그렇지 않으면 false
입니다.true
if the element that is associated with this AutomationPeer hosts hwnds
in WPF(Windows Presentation Foundation)Windows Presentation Foundation (WPF); otherwise, false
.
설명
요소를 호스트 하는 두 가지 예제 hwnds
에 WPF(Windows Presentation Foundation)Windows Presentation Foundation (WPF) 됩니다 WindowsFormsHost 및 Popup합니다.Two examples of elements that host hwnds
in WPF(Windows Presentation Foundation)Windows Presentation Foundation (WPF) are WindowsFormsHost and Popup.
이러한 피어는 재정의 해야 GetHostRawElementProviderCore합니다.These peers must also override GetHostRawElementProviderCore.