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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.