ProfileInfoCollection.SyncRoot 属性

定义

获取同步根。Gets the synchronization root.

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

属性值

Object

因为不支持 ProfileInfoCollection 对象的同步,所以始终为 this(在 Visual Basic 中为 Me)。Always this (Me in Visual Basic), because synchronization of ProfileInfoCollection objects is not supported.

实现

注解

应用程序代码通常不使用此属性。Application code does not normally use this property.

适用于