AutomationElement.AutomationElementInformation.LabeledBy プロパティ

定義

この要素のテキスト ラベルを格納する要素を取得します。

public:
 property System::Windows::Automation::AutomationElement ^ LabeledBy { System::Windows::Automation::AutomationElement ^ get(); };
public System.Windows.Automation.AutomationElement LabeledBy { get; }
member this.LabeledBy : System.Windows.Automation.AutomationElement
Public ReadOnly Property LabeledBy As AutomationElement

プロパティ値

この要素のラベルとなっている要素。

注釈

このプロパティは、コンボ ボックスの静的テキスト ラベルなどを取得するために使用できます。

詳細については、「LabeledByProperty」を参照してください。

適用対象