次の方法で共有


IPreviewCommandSource インターフェイス

IPreviewCommand を呼び出すオブジェクトを表します。

名前空間:  Microsoft.Windows.Input
アセンブリ:  RibbonControlsLibrary (RibbonControlsLibrary.dll 内)

構文

'宣言
Public Interface IPreviewCommandSource _
    Inherits ICommandSource
public interface IPreviewCommandSource : ICommandSource
public interface class IPreviewCommandSource : ICommandSource
type IPreviewCommandSource =  
    interface
        interface ICommandSource
    end
public interface IPreviewCommandSource extends ICommandSource

IPreviewCommandSource 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ Command コマンド ソースが呼び出されると実行されるコマンドを取得します。 (ICommandSource から継承されます。)
パブリック プロパティ CommandParameter コマンドの実行時にコマンドに渡すことのできるユーザー定義データの値を表します。 (ICommandSource から継承されます。)
パブリック プロパティ CommandTarget コマンドが実行されているオブジェクト。 (ICommandSource から継承されます。)
パブリック プロパティ PreviewCommandParameter コマンドに渡されるパラメーターを取得または設定します。

このページのトップへ

参照

参照

Microsoft.Windows.Input 名前空間