AutomationProperties.SetLiveSetting 메서드

정의

지정한 DependencyObject에 대한 AutomationProperties.LiveSetting 연결된 속성의 값을 설정합니다.

public:
 static void SetLiveSetting(DependencyObject ^ element, AutomationLiveSetting value);
 static void SetLiveSetting(DependencyObject const& element, AutomationLiveSetting const& value);
public static void SetLiveSetting(DependencyObject element, AutomationLiveSetting value);
function setLiveSetting(element, value)
Public Shared Sub SetLiveSetting (element As DependencyObject, value As AutomationLiveSetting)

매개 변수

element
DependencyObject

속성을 설정할 DependencyObject 입니다.

value
AutomationLiveSetting

설정할 AutomationLiveSetting 값입니다.

적용 대상