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 메서드에 의해 반환됩니다.

적용 대상