Share via


DomDocument.ExecCommand Method

Definition

Overloads

ExecCommand(String, Boolean)

[Foundation.Export("execCommand:userInterface:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ExecCommand(string command, bool userInterface);
[<Foundation.Export("execCommand:userInterface:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ExecCommand : string * bool -> bool
override this.ExecCommand : string * bool -> bool

Parameters

command
String
userInterface
Boolean

Returns

Attributes

Applies to

ExecCommand(String, Boolean, String)

[Foundation.Export("execCommand:userInterface:value:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ExecCommand(string command, bool userInterface, string value);
[<Foundation.Export("execCommand:userInterface:value:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ExecCommand : string * bool * string -> bool
override this.ExecCommand : string * bool * string -> bool

Parameters

command
String
userInterface
Boolean
value
String

Returns

Attributes

Applies to

ExecCommand(String)

[Foundation.Export("execCommand:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ExecCommand(string command);
[<Foundation.Export("execCommand:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ExecCommand : string -> bool
override this.ExecCommand : string -> bool

Parameters

command
String

Returns

Attributes

Applies to