EventLogEntryCollection.ICollection.SyncRoot 属性

定义

获取一个对象,该对象可用于同步对 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

属性值

用于同步对集合的访问的对象。

实现

注解

EventLogEntryCollection对于 类, ICollection.SyncRoot 属性始终返回当前的 EventLogEntryCollection

适用于