GlobalTypeCollection::SyncRoot Property
Visual Studio 2015
Returns an object to use for thread-safe 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: