Add Parameters and Add Arguments Dialog Boxes
Visual Studio 2015
The following table describes the user interface (UI) elements of the Add Parameters dialog box used by the InvokeMethod designer.
| Direction | Specifies whether the parameter represents the flow of data into the method, out of the method, or both. |
| Type | The type name of the new parameter. |
| Value | A VB expression that is used to assign a default value to the new parameter |
The following table describes the user interface (UI) elements of the Add Arguments dialog box used by the InvokeDelegate designer.
| Name | The name of the argument. |
| Direction | Specifies whether the argument represents the flow of data into the delegate, out of the delegate, or both. |
| Type | The type name of the new argument. |
| Value | The value to be used for this instance of the delegate argument. |
Show: