ListBox.IntegerCollection.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

屬性值

Boolean

所有情況下都是 true

實作

備註

這個成員是明確介面成員實作, 只有在 ListBox.IntegerCollection 執行個體轉換成 ICollection 介面時,才能使用這個成員。

適用於