ListViewPagedDataSource.IsSynchronized 属性

定义

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

实现

注解

此属性派生自接口, System.Collections.ICollection 并被重写为始终返回 false ,这表示此类不是线程安全的。This property is derived from the System.Collections.ICollection interface and is overridden to always return false , which indicates that this class is not thread-safe.

有关属性的详细信息 IsSynchronized ,请参阅 ICollection.IsSynchronized 接口的属性 System.Collections.ICollectionFor more information about the IsSynchronized property, see the ICollection.IsSynchronized property of the System.Collections.ICollection interface.

适用于

另请参阅