BindingOperations::DisableCollectionSynchronization Method (IEnumerable^)

.NET Framework (current version)
 

Remove the synchronization registered for the specified collection.

Namespace:   System.Windows.Data
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
static void DisableCollectionSynchronization(
	IEnumerable^ collection
)

Parameters

collection
Type: System.Collections::IEnumerable^

The collection to remove synchronized access from.

.NET Framework
Available since 4.5
Return to top
Show: