PrincipalValueCollection<T>.ICollection.IsSynchronized 屬性

定義

取得值,表示是否同步化存取集合 (執行緒安全)。

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

屬性值

如果 true 的存取為同步 (安全執行緒),則為 ICollection,否則為 false

實作

屬性

備註

這個成員是明確介面成員實作, 只有在 PrincipalValueCollection<T> 執行個體轉換成 ICollection 介面時,才能使用這個成員。

適用於