AutomationProperties.ControlledPeersProperty 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 자동화 요소에서 조작할 수 있는 자동화 요소 컬렉션에 사용되는 ControlledPeers 연결된 속성을 식별합니다.
public:
static property DependencyProperty ^ ControlledPeersProperty { DependencyProperty ^ get(); };
static DependencyProperty ControlledPeersProperty();
public static DependencyProperty ControlledPeersProperty { get; }
var dependencyProperty = AutomationProperties.controlledPeersProperty;
Public Shared ReadOnly Property ControlledPeersProperty As DependencyProperty
속성 값
ControlledPeers 연결된 속성의 식별자입니다.
설명
고급 시나리오이므로 ControlledPeers 에 대한 공용 연결된 속성이 없습니다. GetControlledPeers를 사용하여 제어된 자동화 요소 목록을 가져옵니다.
ControlledPeers 는 자동화 요소가 애플리케이션 UI 또는 데스크톱의 하나 이상의 세그먼트에 영향을 줄 때 사용됩니다. 이렇게 하면 컨트롤 작업이 다른 UI 요소에 미치는 영향을 더 쉽게 연결할 수 있습니다.