Compartilhar via


GlobalObjectCollection.IsSynchronized Property

Determines whether this collection is synchronized for multi-threaded access.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaração
Public ReadOnly Property IsSynchronized As Boolean
public bool IsSynchronized { get; }

Property Value

Type: System.Boolean
true if the collection is synchronized, otherwise false.

Implements

ICollection.IsSynchronized

.NET Framework Security

See Also

Reference

GlobalObjectCollection Class

Microsoft.VisualStudio.Shell.Design Namespace