FrameworkContentElementAutomationPeer.GetLabeledByCore 메서드

정의

FrameworkContentElementAutomationPeer와 연결된 FrameworkContentElement를 대상으로 하는 Label에 대한 LabelAutomationPeer를 가져옵니다. 이 메서드는 GetLabeledBy()에 의해 호출됩니다.

protected:
 override System::Windows::Automation::Peers::AutomationPeer ^ GetLabeledByCore();
protected override System.Windows.Automation.Peers.AutomationPeer GetLabeledByCore ();
override this.GetLabeledByCore : unit -> System.Windows.Automation.Peers.AutomationPeer
Protected Overrides Function GetLabeledByCore () As AutomationPeer

반환

AutomationPeer

Label에 의해 대상으로 지정된 요소의 LabelAutomationPeer입니다.

설명

예를 들어 요소를 ComboBox 컨트롤을 GetLabeledBy 메서드를 검색할 수 있습니다를 AutomationPeer 에 대 한를 Label 연관 된를 ComboBox.

적용 대상

추가 정보