TriggerActionCollection.ICollection.IsSynchronized Vlastnost

Definice

Tento člen podporuje infrastrukturu Windows Presentation Foundation (WPF) a není určen k použití přímo z vašeho kódu.

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
 ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized

Hodnota vlastnosti

true pokud je přístup k souboru ICollection synchronizovaný (bezpečný pro přístup z více vláken), v opačném případě false.

Implementuje

Platí pro