PrincipalValueCollection<T>.ICollection.IsSynchronized Vlastnost

Definice

Získá hodnotu označující, zda přístup ke kolekci je synchronizován (bezpečné z více vláken).

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
bool System.Collections.ICollection.IsSynchronized { [System.Security.SecurityCritical] get; }
member this.System.Collections.ICollection.IsSynchronized : bool
[<get: System.Security.SecurityCritical>]
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

Atributy

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že PrincipalValueCollection<T> je instance přetypovaná na ICollection rozhraní.

Platí pro