Bagikan melalui


RepeaterItemCollection.SyncRoot Properti

Definisi

Mendapatkan objek yang dapat digunakan untuk menyinkronkan akses ke RepeaterItemCollection koleksi.

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

Nilai Properti

Yang Object dapat digunakan untuk menyinkronkan akses ke koleksi.

Penerapan

Keterangan

Objek yang dikembalikan dalam implementasi ini adalah objek itu RepeaterItemCollection sendiri.

Untuk informasi selengkapnya tentang SyncRoot properti , lihat ICollection.SyncRoot properti System.Collections.ICollection antarmuka.

Berlaku untuk

Lihat juga