ListItemCollection.SyncRoot 屬性

定義

取得可用來同步存取 ListItemCollection 的物件。

public:
 property System::Object ^ SyncRoot { System::Object ^ get(); };
public object SyncRoot { get; }
member this.SyncRoot : obj
Public ReadOnly Property SyncRoot As Object

屬性值

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

實作

備註

在此實作中傳回的物件本身是 ListItemCollection 物件本身。

如需 屬性的詳細資訊 SyncRoot ,請參閱 ICollection.SyncRoot 介面的 System.Collections.ICollection 屬性。

適用於

另請參閱