Share via


EventLogEntryCollection.ICollection.SyncRoot Propriété

Définition

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

property System::Object ^ System::Collections::ICollection::SyncRoot { System::Object ^ get(); };
object System.Collections.ICollection.SyncRoot { get; }
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 à la collection.

Implémente

Remarques

Pour la EventLogEntryCollection classe , la ICollection.SyncRoot propriété retourne toujours le actuel EventLogEntryCollection.

S’applique à