DomDocument.ExecCommand Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- command
- String
- userInterface
- Boolean
Restituisce
- Attributi
Si applica a
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
Parametri
- command
- String
- userInterface
- Boolean
- value
- String
Restituisce
- Attributi
Si applica a
ExecCommand(String)
[Foundation.Export("execCommand:")]
public virtual bool ExecCommand (string command);
abstract member ExecCommand : string -> bool
override this.ExecCommand : string -> bool
Parametri
- command
- String
Restituisce
- Attributi