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

适用于