DomDocument.ExecCommand 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ExecCommand(String, Boolean) | |
ExecCommand(String, Boolean, String) | |
ExecCommand(String) |
ExecCommand(String, Boolean)
ExecCommand(String, Boolean, String)
[Foundation.Export("execCommand:userInterface:value:")]
public virtual bool ExecCommand(string command, bool userInterface, string value);
abstract member ExecCommand : string * bool * string -> bool
override this.ExecCommand : string * bool * string -> bool
参数
- command
- String
- userInterface
- Boolean
- value
- String
返回
- 属性
适用于
ExecCommand(String)
[Foundation.Export("execCommand:")]
public virtual bool ExecCommand(string command);
abstract member ExecCommand : string -> bool
override this.ExecCommand : string -> bool
参数
- command
- String
返回
- 属性