ProfileInfoCollection.SyncRoot 属性

定义

获取同步根。

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)。

实现

注解

应用程序代码通常不使用此属性。

适用于

另请参阅