AutomationPeer.GetControlledPeersCore 메서드

정의

파생된 클래스에서 재정의되는 경우 이 AutomationPeer에 의해 영향을 받았거나 제어되는 요소 목록으로 UI Automation을 제공합니다.

protected:
 virtual System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ GetControlledPeersCore();
protected virtual System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> GetControlledPeersCore ();
abstract member GetControlledPeersCore : unit -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
override this.GetControlledPeersCore : unit -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
Protected Overridable Function GetControlledPeersCore () As List(Of AutomationPeer)

반환

List<AutomationPeer>

제어된 요소에 대한 자동화 피어 목록입니다.

적용 대상