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

elementAutomationLiveSetting 값입니다.

예외

element이(가) null인 경우

적용 대상

추가 정보