CaptureCollection.IsSynchronized 属性

定义

获取一个值,该值指示对集合的访问是否同步(线程安全)。Gets a value that indicates whether access to the collection is synchronized (thread-safe).

public:
 property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

属性值

Boolean

在所有情况下均为 falsefalse in all cases.

实现

注解

警告

此成员在可移植类库中不存在。This member is not present in the Portable Class Library. 如果要开发面向可移植类库的应用程序,请改用 CaptureCollection.ICollection.IsSynchronized 属性。If you are developing applications that target the Portable Class Library, use the CaptureCollection.ICollection.IsSynchronized property instead.

适用于

另请参阅