GroupCollection.IsSynchronized 属性

定义

获取一个值,该值指示是否同步对 GroupCollection 的访问(线程安全)。Gets a value that indicates whether access to the GroupCollection 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.

适用于

另请参阅