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