AutomationProperties.GetControlledPeers(DependencyObject) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
대상 소유자로부터 제어된 피어 목록을 검색하는 정적 유틸리티 메서드입니다.
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
제어된 피어를 검색할 소유자 개체입니다.
반환
대상 요소가 제어하는 피어가 포함된 목록입니다.
설명
제어된 피어를 검사하는 것은 대부분의 피어 구현에서 사용할 필요가 없는 고급 시나리오입니다.
이 식별자는 일반적으로 자동 제안 접근성에 사용됩니다.