AutomationProperties.GetLiveSetting(DependencyObject) Método

Definição

Obtém a LiveSetting propriedade anexada do 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 a ser verificado.

Retornos

O valor de AutomationLiveSetting para element.

Exceções

element é null.

Aplica-se a

Confira também