AutomationProperties.SetLiveSetting Method

Definition

Sets the LiveSetting attached property for the specified DependencyObject.

C#
public static void SetLiveSetting(System.Windows.DependencyObject element, System.Windows.Automation.AutomationLiveSetting value);

Parameters

element
DependencyObject

The DependencyObject to check.

value
AutomationLiveSetting

The value to assign to the property.

Applies to

Tuote Versiot
.NET Framework 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also