AutomationProperties.LiveSetting attached property
Gets or sets the live setting value for the specified element.
<object AutomationProperties.LiveSetting="automationLiveSettingMemberName" />
XAML Values
- automationLiveSettingMemberName
-
A constant name from the AutomationLiveSetting enumeration, for example Assertive.
Remarks
When getting this property in code, use GetLiveSetting. When setting this property in code, use SetLiveSetting.
AutomationProperties.LiveSetting declares the content update notification behavior of an element in the Microsoft UI Automation tree. Specifically, this model of notification behavior reporting is similar to the live region concept that is described in the Accessible Rich Internet Applications (ARIA) specification. If the value of AutomationProperties.LiveSetting is not the default (AutomationLiveSettings.Off), content changes may occur without the element having focus. An example of a live region is a ticker section that lists updating stock quotes.
Requirements (Windows 10 device family)
|
API contract | |
|---|---|
|
Namespace |
Windows.UI.Xaml.Automation |
|
Metadata |
Requirements (Windows 8.x and Windows Phone 8.x)
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Runtime apps only] |
|
Namespace |
Windows.UI.Xaml.Automation |
|
Metadata |
|
See also