CollectionView.AllowsCrossThreadChanges Özellik

Tanım

öğesini oluşturandan CollectionView başka bir iş parçacığının öğesini değiştirip değiştiremeyeceğini SourceCollectionbelirten bir değer alır.

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

Özellik Değeri

Boolean

true öğesini oluşturandan CollectionView başka bir iş parçacığı öğesini değiştirebilirse SourceCollection; aksi takdirde , false.

Şunlara uygulanır