DataGridColumnCollection.SyncRoot 屬性

定義

取得可用來同步存取 DataGridColumnCollection 集合的物件。

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

可用來同步存取集合的 Object

實作

屬性

備註

這個實作中傳回的物件是 DataGridColumnCollection 物件。

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

適用於

另請參閱