CollectionView.AllowsCrossThreadChanges 屬性

定義

取得值,指出建立 CollectionView 的執行緒之外的執行緒是否可以變更 SourceCollection

protected:
 property bool AllowsCrossThreadChanges { bool get(); };
protected bool AllowsCrossThreadChanges { get; }
member this.AllowsCrossThreadChanges : bool
Protected ReadOnly Property AllowsCrossThreadChanges As Boolean

屬性值

Boolean

如果不是建立 CollectionView 的執行緒可以變更 SourceCollection,則為 true,否則為 false

適用於