DesignerAutoFormatCollection.ICollection.IsSynchronized 屬性

定義

DesignerAutoFormatCollection 物件轉換為 ICollection 介面時取得值,這個值表示對集合的存取是否同步 (安全執行緒)。

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

如果 DesignerAutoFormatCollection 同步則為 true,否則為 false

實作

備註

這個成員是明確介面成員實作, 只有當物件轉換成 ICollection 介面時 DesignerAutoFormatCollection ,才能使用它。

適用於

另請參閱