VisualCollection::SyncRoot Property

 

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

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property Object^ SyncRoot {
	virtual Object^ get() sealed;
}

Property Value

Type: System::Object^

A value of type Object.

.NET Framework
Available since 3.0
Return to top
Show: