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不是安全線程。

適用於

另請參閱