UIElementCollection.SyncRoot Property

Definition

Gets an object that you can use to synchronize access to the ICollection interface.

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

Property Value

Object that you can use to synchronize access to the ICollection interface.

Implements

Applies to

See also