Partager via


GlobalTypeCollection.SyncRoot, propriété

Retourne un objet à l'utilisation de l'accès thread-safe.

Espace de noms :  Microsoft.VisualStudio.Shell.Design
Assembly :  Microsoft.VisualStudio.Shell.Design (dans Microsoft.VisualStudio.Shell.Design.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SyncRoot As Object
public Object SyncRoot { get; }

Valeur de propriété

Type : System.Object
Un objet à l'utilisation de l'accès thread-safe.

Implémentations

ICollection.SyncRoot

Remarques

Si IsSynchronized retourne false, vous pouvez toujours un accès thread-safe à cette collection en se verrouillant sur l'objet retourné d'SyncRoot.

Sécurité .NET Framework

Voir aussi

Référence

GlobalTypeCollection Classe

Microsoft.VisualStudio.Shell.Design, espace de noms