AutomationProperties.GetControlledPeers(DependencyObject) 메서드

정의

대상 소유자로부터 제어된 피어 목록을 검색하는 정적 유틸리티 메서드입니다.

public:
 static IVector<UIElement ^> ^ GetControlledPeers(DependencyObject ^ element);
 static IVector<UIElement> GetControlledPeers(DependencyObject const& element);
public static IList<UIElement> GetControlledPeers(DependencyObject element);
function getControlledPeers(element)
Public Shared Function GetControlledPeers (element As DependencyObject) As IList(Of UIElement)

매개 변수

element
DependencyObject

제어된 피어를 검색할 소유자 개체입니다.

반환

대상 요소가 제어하는 피어가 포함된 목록입니다.

설명

제어된 피어를 검사하는 것은 대부분의 피어 구현에서 사용할 필요가 없는 고급 시나리오입니다.

이 식별자는 일반적으로 자동 제안 접근성에 사용됩니다.

적용 대상