Share via


InvokeCommandAction クラス

呼び出されると、指定の ICommand を実行します。

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

構文

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

継承階層

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
              System.Windows.Interactivity.InvokeCommandAction

スレッド セーフ

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

関連項目

参照

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