FrameworkElementAutomationPeer.GetLabeledByCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Label 的 AutomationPeer,目標是與此 ContentElementAutomationPeer 相關聯的 ContentElement 由 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
傳回
項目的 LabelAutomationPeer 為Label 的目標。
備註
例如,如果專案是 控制項, GetLabeledBy() 則 方法可能會取得 LabelAutomationPeer 與 相關聯之 的 ComboBox 。 ComboBox