Partager via


AutomationProperties.GetLiveSetting(DependencyObject) Méthode

Définition

Obtient la propriété jointe LiveSetting pour le DependencyObject spécifié.

public:
 static System::Windows::Automation::AutomationLiveSetting GetLiveSetting(System::Windows::DependencyObject ^ element);
public static System.Windows.Automation.AutomationLiveSetting GetLiveSetting (System.Windows.DependencyObject element);
static member GetLiveSetting : System.Windows.DependencyObject -> System.Windows.Automation.AutomationLiveSetting
Public Shared Function GetLiveSetting (element As DependencyObject) As AutomationLiveSetting

Paramètres

element
DependencyObject

DependencyObject à vérifier.

Retours

AutomationLiveSetting

Valeur AutomationLiveSetting pour element.

Exceptions

element a la valeur null.

S’applique à

Voir aussi