AutomationProperties.GetLiveSetting(DependencyObject) Method

Definition

Gets the LiveSetting attached property for the specified DependencyObject.

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

Parameters

element
DependencyObject

The DependencyObject to check.

Returns

The AutomationLiveSetting value for the element.

Exceptions

element is null.

Applies to

See also