UIElementCollection.SyncRoot 屬性

定義

取得可用來同步處理對 ICollection 介面之存取的物件。

public:
 virtual property System::Object ^ SyncRoot { System::Object ^ get(); };
public virtual object SyncRoot { get; }
member this.SyncRoot : obj
Public Overridable ReadOnly Property SyncRoot As Object

屬性值

Object

可用來同步處理對 Object 介面之存取的 ICollection

實作

適用於

另請參閱