Condividi tramite


AttachableCollection Generic Class

Rappresenta una raccolta di IAttachedObject con un AssociatedObject condiviso e offre notifiche di modifica del suo contenuto quando AssociatedObject cambia.

Spazio dei nomi: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Sintassi

'Dichiarazione
Public MustInherit Class AttachableCollection(Of T As DependencyObject, IAttachedObject)
    Inherits FreezableCollection(Of T)
    Implements IAttachedObject
'Utilizzo
Dim instance As AttachableCollection(Of T)
public abstract class AttachableCollection<T> : FreezableCollection<T>, IAttachedObject where T : DependencyObject, IAttachedObject
generic<typename T> where T : DependencyObject, IAttachedObject
public ref class AttachableCollection abstract : public FreezableCollection<T>, IAttachedObject

Gerarchia ereditarietà

System.Object
   System.Windows.Threading.DispatcherObject
     System.Windows.DependencyObject
       System.Windows.Freezable
         System.Windows.Media.Animation.Animatable
           System.Windows.FreezableCollection
            System.Windows.Interactivity.AttachableCollection
               System.Windows.Interactivity.BehaviorCollection
               System.Windows.Interactivity.TriggerActionCollection
               System.Windows.Interactivity.TriggerCollection

Thread safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. I membri di istanza invece non sono necessariamente thread-safe.

Vedere anche

Riferimenti

Membri AttachableCollection
Spazio dei nomi System.Windows.Interactivity