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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.