DesignerCollection::ICollection::SyncRoot Property

 

Gets an object that can be used to synchronize access to the collection.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

private:
property Object^ SyncRoot {
	virtual Object^ get() sealed = ICollection::SyncRoot::get;
}

Property Value

Type: System::Object^

An object that can be used to synchronize access to the collection.

.NET Framework
Available since 2.0
Return to top
Show: