AutomationElementCollection.IsSynchronized プロパティ

定義

AutomationElementCollection オブジェクトが同期されている (スレッド セーフである) かどうかを示す値を取得します。

public:
 virtual property bool IsSynchronized { bool get(); };
public virtual bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public Overridable ReadOnly Property IsSynchronized As Boolean

プロパティ値

常に false を返します。

実装

注釈

AutomationElementCollectionはスレッド セーフではありません。

適用対象

こちらもご覧ください