AccessibleObject.RaiseLiveRegionChanged メソッド
定義
LiveRegionChanged UI オートメーション イベントを発生させます。Raises the LiveRegionChanged UI automation event.
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
。true
if the operation succeeds; False
otherwise.
例外
ユーザー補助オブジェクトのライブ領域はサポートされていません。Accessibility object live regions are not supported.
注釈
このメソッドは、UI オートメーションライブ領域機能をサポートする派生クラスでオーバーライドする必要があります。This method must be overridden in derived classes that support the UI automation live region feature.