Share via


TriggerActionCollection クラス

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

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

構文

'宣言
Public Class TriggerActionCollection
    Inherits AttachableCollection(Of TriggerAction)
'使用
Dim instance As TriggerActionCollection
public class TriggerActionCollection : AttachableCollection<TriggerAction>
public ref class TriggerActionCollection : public AttachableCollection<TriggerAction^>
public class TriggerActionCollection extends AttachableCollection<TriggerAction>
public class TriggerActionCollection extends AttachableCollection<TriggerAction>

継承階層

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.TriggerActionCollection

スレッド セーフ

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

関連項目

参照

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