AutomationElement.AutomationElementInformation.LabeledBy Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'elemento che contiene l'etichetta di testo per questo elemento.
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
Valore della proprietà
Elemento che rappresenta l'etichetta per questo elemento.
Commenti
Questa proprietà può essere usata per recuperare, ad esempio, l'etichetta di testo statica per una casella combinata.
Per altre informazioni, vedere LabeledByProperty.