AutomationElement.AutomationElementInformation.LabeledBy Vlastnost

Definice

Získá element, který obsahuje textový popisek pro tento prvek.

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

Hodnota vlastnosti

Element, který je popiskem pro tento prvek.

Poznámky

Tuto vlastnost lze použít například k načtení statického textového popisku pole se seznamem.

Další informace naleznete v tématu LabeledByProperty.

Platí pro