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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.