AutomationElement.AutomationElementInformation.LabeledBy 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含此元素的文本标签的元素。
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。