IControllable.ExecuteCommand(Int32, Object) 方法

定义

执行控件命令的函数。

public System.Threading.Tasks.Task<object> ExecuteCommand (int command, object arg);
abstract member ExecuteCommand : int * obj -> System.Threading.Tasks.Task<obj>
Public Function ExecuteCommand (command As Integer, arg As Object) As Task(Of Object)

参数

command
Int32

命令的序列号。

arg
Object

一个不透明的命令参数。

返回

从命令处理程序返回的值。

适用于