次の方法で共有


AutomationProperties.GetIsPeripheral(DependencyObject) メソッド

定義

指定した要素が周辺機器 UI を表すかどうかを示すブール値を取得します。

public:
 static bool GetIsPeripheral(DependencyObject ^ element);
 static bool GetIsPeripheral(DependencyObject const& element);
public static bool GetIsPeripheral(DependencyObject element);
function getIsPeripheral(element)
Public Shared Function GetIsPeripheral (element As DependencyObject) As Boolean

パラメーター

element
DependencyObject

周辺機器データのチェックする要素。

戻り値

Boolean

bool

要素パラメーターで指定された DependencyObject が周辺機器 UI を表すかどうかを示すブール値。

Windows の要件

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

適用対象

こちらもご覧ください