AutomationProperties.GetLiveSetting(DependencyObject) Método

Definição

Obtém o valor da propriedade anexada AutomationProperties.LiveSetting para o DependencyObject especificado.

public:
 static AutomationLiveSetting GetLiveSetting(DependencyObject ^ element);
 static AutomationLiveSetting GetLiveSetting(DependencyObject const& element);
public static AutomationLiveSetting GetLiveSetting(DependencyObject element);
function getLiveSetting(element)
Public Shared Function GetLiveSetting (element As DependencyObject) As AutomationLiveSetting

Parâmetros

element
DependencyObject

O DependencyObject a marcar.

Retornos

O valor de configuração ao vivo para o elemento especificado.

Aplica-se a

Confira também