AutomationPeer.GetLabeledBy 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
요소를 대상으로 하는 Label의 AutomationPeer를 가져옵니다.
public:
System::Windows::Automation::Peers::AutomationPeer ^ GetLabeledBy();
public System.Windows.Automation.Peers.AutomationPeer GetLabeledBy ();
member this.GetLabeledBy : unit -> System.Windows.Automation.Peers.AutomationPeer
Public Function GetLabeledBy () As AutomationPeer
반환
Label에 의해 대상으로 지정된 요소의 LabelAutomationPeer입니다.
예외
이 메서드에 대한 공개 통화가 현재 진행 중입니다.
설명
예를 들어 요소가 컨트롤 GetLabeledBy 인 ComboBox 경우 메서드 AutomationPeer Label 는 .ComboBox
다음 이미지 Label 에서 "테마"는 대상 ComboBox입니다. 따라서 AccessKey for는 Label 대상도 됩니다 ComboBox. 사용자가 ALTT+를 누르면 포커스가ComboBox 대신 가져옵니다.Label
GetLabeledBy 해당 Label에 대한 ComboBoxAutomationPeer 반환 LabelAutomationPeer 메서드입니다. 이렇게 하면 자동화 클라이언트가 .을 설명하는 텍스트 문자열을 가져올 수 있습니다 ComboBox.