AccessibleObject.RaiseLiveRegionChanged 方法

定义

引发 LiveRegionChanged UI 自动化事件。

public:
 virtual bool RaiseLiveRegionChanged();
public virtual bool RaiseLiveRegionChanged ();
abstract member RaiseLiveRegionChanged : unit -> bool
override this.RaiseLiveRegionChanged : unit -> bool
Public Overridable Function RaiseLiveRegionChanged () As Boolean

返回

如果操作成功,则为 true;否则为 False

例外

不支持可访问性对象活动区域。

注解

必须在支持 UI 自动化实时区域功能的派生类中重写此方法。

适用于