ArrayListCollectionBase.IsSynchronized Eigenschaft
Definition
Ruft einen Wert ab, der angibt, ob eine Auflistung synchronisiert ist.Gets a value indicating whether a collection is synchronized. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean
Eigenschaftswert
true
, wenn die Auflistung synchronisiert ist, andernfalls false
.true
if the collection is synchronized; otherwise, false
.
Implementiert
Hinweise
Wird intern vom ASP.NET verwendet.Used internally by the ASP.NET. Nicht für die Verwendung durch Client Anwendungen vorgesehen.Not intended for use by client applications.