次の方法で共有


DomDocument.ExecCommand メソッド

定義

オーバーロード

ExecCommand(String, Boolean)
ExecCommand(String, Boolean, String)
ExecCommand(String)

ExecCommand(String, Boolean)

[Foundation.Export("execCommand:userInterface:")]
public virtual bool ExecCommand (string command, bool userInterface);
abstract member ExecCommand : string * bool -> bool
override this.ExecCommand : string * bool -> bool

パラメーター

command
String
userInterface
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

戻り値

属性

適用対象