AutomationProperties.IsPeripheralProperty 속성

정의

AutomationProperties.IsPeripheral XAML 연결된 속성을 식별합니다.

public:
 static property DependencyProperty ^ IsPeripheralProperty { DependencyProperty ^ get(); };
static DependencyProperty IsPeripheralProperty();
public static DependencyProperty IsPeripheralProperty { get; }
var dependencyProperty = AutomationProperties.isPeripheralProperty;
Public Shared ReadOnly Property IsPeripheralProperty As DependencyProperty

속성 값

종속성 속성 식별자입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)

설명

주변 장치 UI가 나타나고 사용자 상호 작용을 지원하지만 키보드 포커스가 나타날 때는 사용하지 않습니다. 주변 장치 UI의 예로는 팝업, 플라이아웃, 상황에 맞는 메뉴 또는 부동 알림이 있습니다.

IsPeripheral 속성이 true인 경우 클라이언트 애플리케이션은 현재 키보드 대화형인 경우에도 요소가 포커스를 가져갔다고 가정할 수 없습니다.

이 속성은 다음 컨트롤 형식과 관련이 있습니다.

적용 대상

추가 정보