AutomationElementIdentifiers.LabeledByProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the labeled-by peer automation property. The labeling relationship for an automation peer is returned by the GetLabeledBy method.
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
Property Value
The automation property identifier.