FrameworkElementAutomationPeer.GetLabeledByCore メソッド

定義

この ContentElementAutomationPeer に関連する ContentElement をターゲットとする 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

戻り値

Label によりターゲットとされる要素の LabelAutomationPeer

注釈

たとえば、 要素がコントロールのComboBox場合、 GetLabeledBy() メソッドは に関連付ComboBoxけられている の をLabel取得AutomationPeerできます。

適用対象

こちらもご覧ください