ExpressionContainerValue(Of TResult) Class
An activity that is used to wrap a translated expression tree such that the structure is preserved through translation.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
System.Activities.Activity
System.Activities.ActivityWithResult
System.Activities.Activity(Of TResult)
System.Activities.NativeActivity(Of TResult)
Microsoft.Activities.Expressions.ExpressionContainerValue(Of TResult)
| Name | Description | |
|---|---|---|
![]() | ExpressionContainerValue(Of TResult)() | Initializes a new instance of the ExpressionContainerValue(Of TResult) class. |
![]() | ExpressionContainerValue(Of TResult)(Activity(Of TResult), Dictionary(Of String, Argument)) | Initializes a new instance of the ExpressionContainerValue(Of TResult) class. |
| Name | Description | |
|---|---|---|
![]() | Arguments | Gets the set of arguments to the expression. |
![]() | CacheId | (Inherited from Activity.) |
![]() | CanInduceIdle | (Inherited from NativeActivity(Of TResult).) |
![]() | Constraints | (Inherited from Activity.) |
![]() | DisplayName | (Inherited from Activity.) |
![]() | Expression | Gets or sets the expression tree. |
![]() | Id | (Inherited from Activity.) |
![]() | Implementation | (Inherited from NativeActivity(Of TResult).) |
![]() | ImplementationVersion | (Inherited from NativeActivity(Of TResult).) |
![]() | Result | (Inherited from Activity(Of TResult).) |
![]() | ResultType | (Inherited from ActivityWithResult.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



