AutomationPeer.GetLiveSettingCore Method

Definition

Provides the peer's behavior when a Microsoft UI Automation client calls GetLiveSetting or an equivalent Microsoft UI Automation client API.

protected:
 virtual AutomationLiveSetting GetLiveSettingCore() = GetLiveSettingCore;
AutomationLiveSetting GetLiveSettingCore();
protected virtual AutomationLiveSetting GetLiveSettingCore();
function getLiveSettingCore()
Protected Overridable Function GetLiveSettingCore () As AutomationLiveSetting

Returns

A value of the enumeration that reports the live setting notification behavior for a peer implementation.

Applies to

See also