ListSortDescriptionCollection.ICollection.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

屬性值

所有情況下都是 true

實作

備註

這個屬性一律會傳 true回 ,因為建構之後,集合是唯讀的。 這個成員是明確介面成員實作, 只有在 ListSortDescriptionCollection 執行個體轉換成 ICollection 介面時,才能使用這個成員。

適用於