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

‘선언
Public ReadOnly Property IsSynchronized As Boolean
    Get
‘사용 방법
Dim instance As GlobalObjectCollection
Dim value As Boolean

value = instance.IsSynchronized
public bool IsSynchronized { get; }
public:
virtual property bool IsSynchronized {
    bool get () sealed;
}
abstract IsSynchronized : bool
override IsSynchronized : bool
final function get IsSynchronized () : boolean

Property Value

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

Implements

ICollection.IsSynchronized

.NET Framework Security

See Also

Reference

GlobalObjectCollection Class

GlobalObjectCollection Members

Microsoft.VisualStudio.Shell.Design Namespace