AutomationProperties.SetLabeledBy(DependencyObject, UIElement) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define o valor da propriedade anexada AutomationProperties.LabeledBy para o DependencyObject especificado.
public:
static void SetLabeledBy(DependencyObject ^ element, UIElement ^ value);
static void SetLabeledBy(DependencyObject const& element, UIElement const& value);
public static void SetLabeledBy(DependencyObject element, UIElement value);
function setLabeledBy(element, value)
Public Shared Sub SetLabeledBy (element As DependencyObject, value As UIElement)
Parâmetros
- element
- DependencyObject
O DependencyObject para o qual definir a propriedade.
- value
- UIElement
O elemento de interface do usuário que representa o rótulo do elemento .