AutomationElementIdentifiers.LabeledByProperty 属性

定义

标识标记的对等自动化属性。 自动化对等方的标记关系由 GetLabeledBy 方法返回。

public:
 static property AutomationProperty ^ LabeledByProperty { AutomationProperty ^ get(); };
static AutomationProperty LabeledByProperty();
public static AutomationProperty LabeledByProperty { get; }
var automationProperty = AutomationElementIdentifiers.labeledByProperty;
Public Shared ReadOnly Property LabeledByProperty As AutomationProperty

属性值

自动化属性标识符。

适用于