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 时,客户端应用程序无法假定焦点由 元素占用,即使它当前是键盘交互的。

此属性与以下控件类型相关:

适用于

另请参阅