Share via


AttachableCollection Generic Class

共有される AssociatedObject と共に IAttachedObject のコレクションを表し、AssociatedObject に変更が発生すると変更通知をコンテンツに提供します。

名前空間: System.Windows.Interactivity
アセンブリ: System.Windows.Interactivity (system.windows.interactivity.dll 中)

構文

'宣言
Public MustInherit Class AttachableCollection(Of T As DependencyObject, IAttachedObject)
    Inherits FreezableCollection(Of T)
    Implements IAttachedObject
'使用
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

継承階層

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

スレッド セーフ

この型のパブリック静的メンバ (Visual Basic では Shared メンバ) は、いずれもスレッド セーフです。インスタンス メンバは、スレッド セーフであるとは限りません。

関連項目

参照

AttachableCollection メンバ
System.Windows.Interactivity 名前空間