Argument.Create(Type, ArgumentDirection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes and returns a new Argument.
public:
static System::Activities::Argument ^ Create(Type ^ type, System::Activities::ArgumentDirection direction);
public static System.Activities.Argument Create (Type type, System.Activities.ArgumentDirection direction);
static member Create : Type * System.Activities.ArgumentDirection -> System.Activities.Argument
Public Shared Function Create (type As Type, direction As ArgumentDirection) As Argument
Parameters
- direction
- ArgumentDirection
One of the enumeration values that specifies the direction of the flow of data through the Argument.
Returns
The newly created argument.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.