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

屬性值

可用來同步存取集合的物件。

實作

備註

針對類別 EventLogEntryCollectionICollection.SyncRoot 屬性一律會傳回目前的 EventLogEntryCollection

適用於