AutomationPeer.GetLabeledBy 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得以該項目為目標之 Label 的 AutomationPeer。
public:
System::Windows::Automation::Peers::AutomationPeer ^ GetLabeledBy();
public System.Windows.Automation.Peers.AutomationPeer GetLabeledBy ();
member this.GetLabeledBy : unit -> System.Windows.Automation.Peers.AutomationPeer
Public Function GetLabeledBy () As AutomationPeer
傳回
項目的 LabelAutomationPeer 為Label 的目標。
例外狀況
目前正在公開呼叫此方法。
備註
例如,如果專案是 控制項, GetLabeledBy 則 方法會取得 LabelAutomationPeer 與 相關聯之 的 ComboBox 。 ComboBox
在下圖中 Label ,「主題」的目標 ComboBox 為 ,因此 AccessKey 的 Label 也會以 ComboBox 為目標。 當使用者按下ALT+T時,會取得焦點, ComboBox 而不是 Label 。
依
的 GetLabeledBy 方法 ComboBoxAutomationPeer 會 LabelAutomationPeer 傳回對應 Label 之 的 。 這可讓自動化用戶端取得描述 的 ComboBox 文字字串。