TemplateGroupCollection.ICollection.SyncRoot 属性

定义

有关此成员的说明,请参见 SyncRootFor a description of this member, see SyncRoot.

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

属性值

Object

用于同步对 TemplateGroupCollection 的访问的对象。An object to use to synchronize access to the TemplateGroupCollection.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 TemplateGroupCollection 实例被强制转换为 ICollection 接口时使用。It can be used only when the TemplateGroupCollection instance is cast to an ICollection interface.

适用于

另请参阅