AutomationProperties.GetLabeledBy(DependencyObject) Método

Definição

Obtém o valor da propriedade anexada AutomationProperties.LabeledBy para o 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

O DependencyObject a marcar.

Retornos

O elemento que é o destino do rótulo.

Aplica-se a

Confira também