다음을 통해 공유


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

속성 값

자동화 속성 식별자입니다.

설명

자동화 요소가 주변 장치 UI를 나타낸다는 부울은 GetIsPeripheral 메서드에 의해 반환됩니다.

적용 대상