PrincipalValueCollection<T>.ICollection.SyncRoot Propriété

Définition

Obtient un objet qui peut être utilisé pour synchroniser l’accès à la collection.

property System::Object ^ System::Collections::ICollection::SyncRoot { System::Object ^ get(); };
object System.Collections.ICollection.SyncRoot { get; }
object System.Collections.ICollection.SyncRoot { [System.Security.SecurityCritical] get; }
member this.System.Collections.ICollection.SyncRoot : obj
[<get: System.Security.SecurityCritical>]
member this.System.Collections.ICollection.SyncRoot : obj
 ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot

Valeur de propriété

Objet qui peut être utilisé pour synchroniser l'accès à ICollection.

Implémente

Attributs

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de PrincipalValueCollection<T> est castée en interface ICollection.

S’applique à