메소드 | 설명 | |
---|---|---|
ArgumentInt ( |
Constructor for integer output argument for an action Intended to be created without any value. The value is later set after CpService.InvokeAction is called but before the invocation's callback is run) |
|
ArgumentInt ( |
Constructor for integer input argument for an action Intended to be write only (its value is written on construction and not be later read) |
메소드 | 설명 | |
---|---|---|
ActionArgumentCreateIntInput ( |
||
ActionArgumentCreateIntOutput ( |
||
ActionArgumentValueInt ( |
||
Value ( ) : int |
Read the value of an integer argument. Only intended for use with output arguments inside the invocation completed callback. |
public ArgumentInt ( |
||
aParameter | Defines the name plus any bounds to the value for the argument. /// Must have been previously added to the action using Action.AddOutputParameter | |
리턴 | System |
public ArgumentInt ( |
||
aParameter | Defines the name plus any bounds to the value for the argument. /// Must have been previously added to the action using Action.AddInputParameter | |
aValue | int | Value for the argument |
리턴 | System |