다음을 통해 공유


AutomationProperties.LiveSettingProperty 속성

정의

라이브 지역을 나타내는 Automation 요소에서 지원하는 AutomationProperties.LiveSetting 연결된 속성을 식별합니다.

public:
 static property DependencyProperty ^ LiveSettingProperty { DependencyProperty ^ get(); };
static DependencyProperty LiveSettingProperty();
public static DependencyProperty LiveSettingProperty { get; }
var dependencyProperty = AutomationProperties.liveSettingProperty;
Public Shared ReadOnly Property LiveSettingProperty As DependencyProperty

속성 값

AutomationProperties.LiveSetting 연결된 속성의 속성 식별자입니다.

설명

LiveSetting 속성은 클라이언트가 라이브 지역에 대한 변경 내용을 사용자에게 알리는 데 사용해야 하는 "공손성" 수준을 나타냅니다. 이 속성은 AutomationLiveSetting 열거형의 값 중 하나일 수 있습니다.

적용 대상