DomDocument.ExecCommand Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- command
- String
- userInterface
- Boolean
- value
- String
Returns
- Attributes
Applies to
ExecCommand(String)
[Foundation.Export("execCommand:")]
public virtual bool ExecCommand (string command);
abstract member ExecCommand : string -> bool
override this.ExecCommand : string -> bool
Parameters
- command
- String
Returns
- Attributes