共用方式為


TriggerAction Generic Class

代表封裝功能單元的可附加物件。

命名空間: System.Windows.Interactivity
組件: System.Windows.Interactivity (在 system.windows.interactivity.dll 中)

語法

'宣告
Public MustInherit Class TriggerAction(Of T As DependencyObject)
    Inherits TriggerAction
'用途
Dim instance As TriggerAction(Of T)
public abstract class TriggerAction<T> : TriggerAction where T : DependencyObject
generic<typename T> where T : DependencyObject
public ref class TriggerAction abstract : public TriggerAction

繼承階層

System.Object
   System.Windows.Threading.DispatcherObject
     System.Windows.DependencyObject
       System.Windows.Freezable
         System.Windows.Media.Animation.Animatable
           System.Windows.Interactivity.TriggerAction
             System.Windows.Interactivity.TriggerAction
               Microsoft.Expression.Interactivity.Core.CallMethodAction
               Microsoft.Expression.Interactivity.Core.LaunchUriOrFileAction
               Microsoft.Expression.Interactivity.Media.PlaySoundAction
               Microsoft.Expression.Interactivity.Media.StoryboardAction
               System.Windows.Interactivity.InvokeCommandAction

執行緒安全性

此型別的所有公用靜態 (Visual Basic 中為 Shared ) 成員均為安全執行緒。任何例項成員則不保證為安全執行緒。

另請參閱

參照

TriggerAction 成員
System.Windows.Interactivity 命名空間