次の方法で共有


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 の場合、クライアント アプリケーションでは、現在キーボード対話型であっても、 要素によってフォーカスが取得されたと見なすことはできません。

このプロパティは、次のコントロールの種類に関連します。

適用対象

こちらもご覧ください