IPreviewCommandSource 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义一个对象,该对象了解如何预览一个命令。
public interface class IPreviewCommandSource : System::Windows::Input::ICommandSource
public interface IPreviewCommandSource : System.Windows.Input.ICommandSource
type IPreviewCommandSource = interface
interface ICommandSource
Public Interface IPreviewCommandSource
Implements ICommandSource
- 派生
- 实现
属性
Command |
获取在调用命令源时执行的命令。 (继承自 ICommandSource) |
CommandParameter |
表示可在执行命令时传递给该命令的用户定义的数据值。 (继承自 ICommandSource) |
CommandTarget |
在其上执行该命令的对象。 (继承自 ICommandSource) |
PreviewCommandParameter |
表示可在预览命令时传递给该命令的用户定义的数据值。 |