GlobalObjectCollection::SyncRoot Property
Visual Studio 2015
Gets the object on which to synchronize access.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Implements
ICollection::SyncRootIf IsSynchronized returns false, you may still gain thread-safe access to this collection by locking on the object returned from SyncRoot.
Show: