DataViewSettingCollection.IsSynchronized 属性
定义
获取一个值,该值指示是否同步对 DataViewSettingCollection 的访问(线程安全)。Gets a value that indicates whether access to the DataViewSettingCollection is synchronized (thread-safe).
public:
property bool IsSynchronized { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsSynchronized { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean
属性值
如果不被派生类重写,该属性总是为 false。This property is always false, unless overridden by a derived class.
实现
- 属性
注解
此属性实现 ICollection 接口。This property implements the ICollection interface.
派生类可以使用属性提供的同步版本 DataViewSettingCollection SyncRoot 。Derived classes can provide a synchronized version of the DataViewSettingCollection using the SyncRoot property.