Share via


Add Parameters and Add Arguments Dialog Boxes

The following table describes the user interface (UI) elements of the Add Parameters dialog box used by the InvokeMethod designer.

Name Description
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 Description
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.