Linguaggio

UIElementCollection.SyncRoot Proprietà

Definizione

Ottiene un oggetto che è possibile utilizzare per sincronizzare l'accesso all'interfaccia ICollection .

public:
 virtual property System::Object ^ SyncRoot { System::Object ^ get(); };
public virtual object SyncRoot { get; }
member this.SyncRoot : obj
Public Overridable ReadOnly Property SyncRoot As Object

Valore della proprietà

Object che è possibile usare per sincronizzare l'accesso all'interfaccia ICollection .

Implementazioni

Si applica a

Vedi anche