DesignerRegionCollection.ICollection.IsSynchronized Vlastnost

Definice

Popis tohoto člena naleznete v tématu IsSynchronized .

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

Boolean

true, pokud se přístup ke kolekci synchronizuje; v opačném případě false .

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Dá se použít jenom v případě, že DesignerRegionCollection je instance přetypování na ICollection rozhraní.

Platí pro

Viz také