AutomationPeer.GetLabeledBy メソッド

定義

要素を対象とする LabelAutomationPeer を取得します。

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

戻り値

AutomationPeer

Label によりターゲットとされる要素の LabelAutomationPeer

例外

このメソッドのパブリック呼び出しが現在進行中です。

注釈

たとえば、要素がコントロールの ComboBox 場合、 GetLabeledBy メソッド AutomationPeer Label ComboBoxは 、 .

次の図では、Label"テーマ" が対象ComboBoxとなります。そのため、AccessKeyLabel対象も ComboBox. ユーザーが AltT+ キーを押すと、ComboBox Label

使用状況によってラベル付けを表示するプロパティを表示する

ComboBoxAutomationPeerメソッドはGetLabeledByLabelAutomationPeer対応する Label. これにより、オートメーション クライアント ComboBoxは、.

適用対象

こちらもご覧ください