AutomationProperties.GetLiveSetting(DependencyObject) Метод

Определение

Получает LiveSetting присоединенное свойство для указанного объекта 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

Параметры

element
DependencyObject

Проверяемый элемент DependencyObject.

Возвращаемое значение

AutomationLiveSetting

Значение AutomationLiveSetting для element.

Исключения

element имеет значение null.

Применяется к

См. также раздел