ToolboxCategory.ICollection.IsSynchronized 属性
定义
获取一个值,该值指示是否同步对 ToolboxCategory 的访问(线程安全)。Gets a value that indicates whether access to the ToolboxCategory is synchronized (thread safe).
property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized
属性值
如果对 true 的访问是同步的(线程安全),则为 ToolboxCategory;否则为 false。true if access to the ToolboxCategory is synchronized (thread safe); otherwise, false.
实现
注解
ToolboxCategory 实现 ICollection 接口。ToolboxCategory implements the ICollection interface. ICollection.SyncRoot 属性返回一个对象,该对象可用于同步对 ToolboxCategory 的访问。The ICollection.SyncRoot property returns an object, which can be used to synchronize access to the ToolboxCategory.