AutomationProperties.GetLiveSetting(DependencyObject) Method

Definition

Gets the value of the AutomationProperties.LiveSetting attached property for the specified DependencyObject.

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

Parameters

element
DependencyObject

The DependencyObject to check.

Returns

The live setting value for the specified element.

Applies to

See also