AutomationElementCollection.IsSynchronized Proprietà

Definizione

Ottiene un valore che indica se l'oggetto AutomationElementCollection è sincronizzato (thread-safe).

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

Valore della proprietà

Restituisce sempre false.

Implementazioni

Commenti

Un AutomationElementCollection oggetto non è thread-safe.

Si applica a

Vedi anche