Compartir a través de


AutomationProperties.GetLiveSetting(DependencyObject) Método

Definición

Obtiene el valor de la propiedad adjunta AutomationProperties.LiveSetting para 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

DependencyObject que se va a comprobar.

Devoluciones

Valor de configuración activo del elemento especificado.

Se aplica a

Consulte también