Contains .
Public Member Functions | |
void | SetArguments (string[] arguments) |
Sets the runtime argument set. See the Arguments variable. More... | |
void | SetVariableName (string name) |
Changes the name of the variable. Thats the text used . More... | |
void | LoadNow () |
Loads the content of this variable element by looking up the content for the variables name. More... | |
void Dom.ILangNode.LoadNow | ( | ) |
Loads the content of this variable element by looking up the content for the variables name.
Implemented in PowerUI.VariableElement.
void Dom.ILangNode.SetArguments | ( | string[] | arguments) |
Sets the runtime argument set. See the Arguments variable.
arguments | The new arguments. |
Implemented in PowerUI.VariableElement.
void Dom.ILangNode.SetVariableName | ( | string | name) |
Changes the name of the variable. Thats the text used .
Implemented in PowerUI.VariableElement.