AnnotationStore.SyncRoot 属性

定义

获取要用作 AnnotationStore 临界区的同步锁定的对象。

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

属性值

要用作 AnnotationStore 临界区的同步锁定的对象。

适用于

另请参阅