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を参照してください。

適用対象