TriggerCollection クラス

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

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

構文

'宣言
Public NotInheritable Class TriggerCollection
    Inherits AttachableCollection(Of TriggerBase)
'使用
Dim instance As TriggerCollection
public sealed class TriggerCollection : AttachableCollection<TriggerBase>
public ref class TriggerCollection sealed : public AttachableCollection<TriggerBase^>
public final class TriggerCollection extends AttachableCollection<TriggerBase>
public final class TriggerCollection extends AttachableCollection<TriggerBase>

継承階層

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

スレッド セーフ

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

関連項目

参照

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