다음을 통해 공유


AutomationProperties.LabeledByProperty 속성

정의

AutomationProperties.LabeledBy 연결된 속성을 식별합니다. 이 속성은 이 요소의 텍스트 레이블을 포함하는 자동화 요소입니다.

public:
 static property DependencyProperty ^ LabeledByProperty { DependencyProperty ^ get(); };
static DependencyProperty LabeledByProperty();
public static DependencyProperty LabeledByProperty { get; }
var dependencyProperty = AutomationProperties.labeledByProperty;
Public Shared ReadOnly Property LabeledByProperty As DependencyProperty

속성 값

AutomationProperties.LabeledBy 연결된 속성의 식별자입니다.

설명

이 속성을 사용하여 콤보 상자의 정적 텍스트 레이블을 검색할 수 있습니다.

적용 대상