FilteredObservableCollection<T>::SyncRoot Property

 

Gets the object used to synchronize the collection.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

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

Property Value

Type: System::Object^

The object used to synchronize the collection

If the collection has a filter, this property returns the object of the filtered list, otherwise it returns the object of the underlying list.

Return to top
Show: