AutomationProperties.GetLiveSetting(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.