ListView.SelectedIndexCollection.ICollection.IsSynchronized Eigenschaft
Definition
Ruft einen Wert ab, der angibt, ob der Zugriff auf die Auflistung synchronisiert ist (threadsicher).Gets a value indicating whether access to the collection is synchronized (thread safe).
property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized
Eigenschaftswert
false
in allen Fällen.false
in all cases.