Compartir a través de


AutomationProperties.GetLabeledBy(DependencyObject) Método

Definición

Obtiene el valor de la propiedad adjunta AutomationProperties.LabeledBy para dependencyObject especificado.

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

Parámetros

element
DependencyObject

DependencyObject que se va a comprobar.

Devoluciones

Elemento que la etiqueta tiene como destino.

Se aplica a