Condividi tramite


AutomationProperties.GetLabeledBy(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà associata AutomationProperties.LabeledBy per l'oggetto DependencyObject specificato.

public:
 static UIElement ^ GetLabeledBy(DependencyObject ^ element);
 static UIElement GetLabeledBy(DependencyObject const& element);
public static UIElement GetLabeledBy(DependencyObject element);
function getLabeledBy(element)
Public Shared Function GetLabeledBy (element As DependencyObject) As UIElement

Parametri

element
DependencyObject

DependencyObject da controllare.

Restituisce

Elemento a cui l'etichetta fa riferimento.

Si applica a

Vedi anche