AutomationProperties.LiveSettingProperty 属性

定义

标识 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 枚举中的值之一。

适用于