FilteredObservableCollection<T>::SyncRoot Property
Visual Studio 2015
Gets the object used to synchronize the collection.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Implements
ICollection::SyncRootIf the collection has a filter, this property returns the object of the filtered list, otherwise it returns the object of the underlying list.
Show: