HtmlTableCellCollection.IsSynchronized 屬性

定義

取得值,指出對 HtmlTableCellCollection 集合的存取是否為同步 (具備執行緒安全)。

public:
 property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

屬性值

Boolean

false,在所有情況下都表示對 HtmlTableCellCollection 的存取為非同步 (不具備執行緒安全)。

實作

備註

這個屬性衍生自 System.Collections.ICollection ,而且會覆寫為一律傳回 false ,表示集合的存取 HtmlTableCellCollection 不會同步處理, (不是安全線程) 。

如需 屬性的詳細資訊 IsSynchronized ,請參閱 ICollection.IsSynchronized 介面的 System.Collections.ICollection 屬性。

適用於

另請參閱