InArgument<T>.FromExpression(Activity<T>) 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 InArgument<T> using the specified Activity<TResult>.
public:
static System::Activities::InArgument<T> ^ FromExpression(System::Activities::Activity<T> ^ expression);
public static System.Activities.InArgument<T> FromExpression (System.Activities.Activity<T> expression);
static member FromExpression : System.Activities.Activity<'T> -> System.Activities.InArgument<'T>
Public Shared Function FromExpression (expression As Activity(Of T)) As InArgument(Of T)
Parameters
- expression
- Activity<T>
The value of the argument.
Returns
The new argument.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.