Share via


GlobalTypeCollection.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 GlobalTypeCollection
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
Always returns false. Instances of GlobalTypeCollection are never synchronized.

Implements

ICollection.IsSynchronized

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

GlobalTypeCollection Members

Microsoft.VisualStudio.Shell.Design Namespace