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를 나타내는지 여부를 나타내는 부울 값입니다.

적용 대상