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

適用於