Linguagem

AutomationProperties.GetLiveSetting(DependencyObject) Método

Definição

Obtém a LiveSetting propriedade anexada para o especificado DependencyObject.

public:
 static System::Windows::Automation::AutomationLiveSetting GetLiveSetting(System::Windows::DependencyObject ^ element);
public static System.Windows.Automation.AutomationLiveSetting GetLiveSetting(System.Windows.DependencyObject element);
static member GetLiveSetting : System.Windows.DependencyObject -> System.Windows.Automation.AutomationLiveSetting
Public Shared Function GetLiveSetting (element As DependencyObject) As AutomationLiveSetting

Parâmetros

element
DependencyObject

O DependencyObject para verificar.

Devoluções

O AutomationLiveSetting valor para o element.

Exceções

element é null.

Aplica-se a

Ver também