InOutArgument<T>.FromVariable(Variable<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 InOutArgument<T> constructed by using the specified Variable<T>.
public:
static System::Activities::InOutArgument<T> ^ FromVariable(System::Activities::Variable<T> ^ variable);
public static System.Activities.InOutArgument<T> FromVariable (System.Activities.Variable<T> variable);
static member FromVariable : System.Activities.Variable<'T> -> System.Activities.InOutArgument<'T>
Public Shared Function FromVariable (variable As Variable(Of T)) As InOutArgument(Of T)
Parameters
- variable
- Variable<T>
The value of the argument.
Returns
The new 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.