GlobalTypeCollection::IsSynchronized Property
Visual Studio 2015
Determines whether this collection is synchronized for multi-threaded access.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Property Value
Type: System::BooleanAlways returns false. Instances of GlobalTypeCollection are never synchronized.
Implements
ICollection::IsSynchronized
Show: