AutomationProperties.ControlledPeersProperty 속성

정의

지정된 자동화 요소에서 조작할 수 있는 자동화 요소 컬렉션에 사용되는 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 요소에 미치는 영향을 더 쉽게 연결할 수 있습니다.

적용 대상

추가 정보