AccessibleObject.RaiseLiveRegionChanged 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
引發 LiveRegionChanged 使用者介面自動化事件。
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 自動化即時區域功能的衍生類別中覆寫。