InternalDataCollectionBase.SyncRoot 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得可以用來同步集合的物件。
public:
property System::Object ^ SyncRoot { System::Object ^ get(); };
[System.ComponentModel.Browsable(false)]
public object SyncRoot { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SyncRoot : obj
Public ReadOnly Property SyncRoot As Object
屬性值
用來同步處理集合的 Object。
實作
- 屬性
備註
類別 BaseCollection 及其成員不是用來做為獨立元件,而是做為其他集合類別衍生標準功能的類別。