共用方式為


FrameworkContentElementAutomationPeer.GetLabeledByCore 方法

定義

取得 LabelLabelAutomationPeer,目標是與此 FrameworkContentElementAutomationPeer 相關聯的 FrameworkContentElement 這個方法是由 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

項目的 LabelAutomationPeerLabel 的目標。

備註

例如,如果專案是 ComboBox 控制項, GetLabeledBy 則 方法可以擷 LabelAutomationPeer 與 相關聯之 的 ComboBox

適用於

另請參閱