Activity<TResult>.FromValue(TResult) Methode

Definitie

Retourneert een Activity<TResult> expressie die resulteert in de opgegeven waarde.

public:
 static System::Activities::Activity<TResult> ^ FromValue(TResult constValue);
public static System.Activities.Activity<TResult> FromValue(TResult constValue);
static member FromValue : 'Result -> System.Activities.Activity<'Result>
Public Shared Function FromValue (constValue As TResult) As Activity(Of TResult)

Parameters

constValue
TResult

De waarde die wordt gebruikt om de Activity<TResult> expressie te maken.

Retouren

Een werkstroomexpressie die de opgegeven waarde evalueert.

Van toepassing op