CollectionView.AllowsCrossThreadChanges Proprietà

Definizione

Ottiene un valore che indica se un thread diverso da quello che ha creato CollectionView può modificare SourceCollection.

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

Valore della proprietà

Boolean

true se un thread diverso da quello che ha creato CollectionView può modificare SourceCollection; in caso contrario, false.

Si applica a