IUIAutomationElement2::get_CurrentLiveSetting method (uiautomationclient.h)

Indicates the type of notifications, if any, that the element sends when the content of the element changes.

This property is read-only.

Syntax

HRESULT get_CurrentLiveSetting(
  LiveSetting *retVal
);

Parameters

retVal

Return value

None

Remarks

This property maps to the Accessible Rich Internet Applications (ARIA) live property.

The LiveSetting property is supported by provider elements that are part of a live region. When the content of a live region changes, the provider element can raise a notification. A client application determines whether to notify the user of the changes based on the value of the LiveSetting property.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header uiautomationclient.h (include UIAutomation.h)

See also

CachedLiveSetting

IUIAutomationElement2

LiveSetting