DomDocument.ExecCommand Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- command
- String
- userInterface
- Boolean
Gibt zurück
- Attribute
Gilt für:
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
Parameter
- command
- String
- userInterface
- Boolean
- value
- String
Gibt zurück
- Attribute
Gilt für:
ExecCommand(String)
[Foundation.Export("execCommand:")]
public virtual bool ExecCommand (string command);
abstract member ExecCommand : string -> bool
override this.ExecCommand : string -> bool
Parameter
- command
- String
Gibt zurück
- Attribute