AutomationProperties.GetLabeledBy(DependencyObject) 메서드

정의

지정된 DependencyObject에 대한 AutomationProperties.LabeledBy 연결된 속성의 값을 가져옵니다.

public:
 static UIElement ^ GetLabeledBy(DependencyObject ^ element);
 static UIElement GetLabeledBy(DependencyObject const& element);
public static UIElement GetLabeledBy(DependencyObject element);
function getLabeledBy(element)
Public Shared Function GetLabeledBy (element As DependencyObject) As UIElement

매개 변수

element
DependencyObject

검사 DependencyObject입니다.

반환

레이블에 의해 대상으로 지정된 요소입니다.

적용 대상