InOutArgument<T>.FromExpression 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 InOutArgument<T> constructed using the specified Activity<TResult>.
public:
static System::Activities::InOutArgument<T> ^ FromExpression(System::Activities::Activity<System::Activities::Location<T> ^> ^ expression);
public static System.Activities.InOutArgument<T> FromExpression (System.Activities.Activity<System.Activities.Location<T>> expression);
static member FromExpression : System.Activities.Activity<System.Activities.Location<'T>> -> System.Activities.InOutArgument<'T>
Public Shared Function FromExpression (expression As Activity(Of Location(Of T))) As InOutArgument(Of T)
Parameters
Returns
The new argument.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.