次の方法で共有


AutomationElementIdentifiers.IsPeripheralProperty プロパティ

定義

オートメーション要素が周辺機器 UI を表すかどうかを示すブール型オートメーション プロパティを識別します。

public:
 static property AutomationProperty ^ IsPeripheralProperty { AutomationProperty ^ get(); };
static AutomationProperty IsPeripheralProperty();
public static AutomationProperty IsPeripheralProperty { get; }
var automationProperty = AutomationElementIdentifiers.isPeripheralProperty;
Public Shared ReadOnly Property IsPeripheralProperty As AutomationProperty

プロパティ値

オートメーション プロパティ識別子。

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

注釈

オートメーション要素が周辺機器 UI を表していることを示すブール値は、 GetIsPeripheral メソッドによって返されます。

適用対象