FrameworkContentElementAutomationPeer.GetLabeledByCore Methode

Definition

Ruft ab LabelAutomationPeer , für die Label das Ziel ist FrameworkContentElement , das diesem zugeordnet FrameworkContentElementAutomationPeerist. Diese Methode wird von 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

Gibt zurück

Das LabelAutomationPeer für das Element, das von der Label.

Hinweise

Wenn das Element z. B. ein ComboBox Steuerelement ist, kann die GetLabeledBy Methode die AutomationPeer dem Label Zugeordneten ComboBoxabrufen.

Gilt für:

Weitere Informationen