ExpressionContainerReference(Of TResult) Class

 

An activity that is used to wrap a translated expression tree such that the structure is preserved through translation.

Namespace:   Microsoft.Activities.Expressions
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity(Of TResult)
        System.Activities.NativeActivity(Of TResult)
          Microsoft.Activities.Expressions.ExpressionContainerReference(Of TResult)

<ContentPropertyAttribute("Expression")>
<DebuggerStepThroughAttribute>
Public Class ExpressionContainerReference(Of TResult)
	Inherits NativeActivity(Of Location(Of TResult))

Type Parameters

TResult

The result type.

NameDescription
System_CAPS_pubmethodExpressionContainerReference(Of TResult)()

Initializes a new instance of the ExpressionContainerReference(Of TResult) class.

System_CAPS_pubmethodExpressionContainerReference(Of TResult)(Activity(Of Location(Of TResult)), Dictionary(Of String, Argument))

Initializes a new instance of the ExpressionContainerReference(Of TResult) class.

NameDescription
System_CAPS_pubpropertyArguments

Gets the set of arguments to the expression.

System_CAPS_protpropertyCacheId

(Inherited from Activity.)

System_CAPS_protpropertyCanInduceIdle
System_CAPS_protpropertyConstraints

(Inherited from Activity.)

System_CAPS_pubpropertyDisplayName

(Inherited from Activity.)

System_CAPS_pubpropertyExpression

Gets or sets the expression tree.

System_CAPS_pubpropertyId

(Inherited from Activity.)

System_CAPS_protpropertyImplementation
System_CAPS_protpropertyImplementationVersion
System_CAPS_pubpropertyResult

(Inherited from Activity(Of TResult).)

System_CAPS_pubpropertyResultType

(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.

Return to top

Community Additions

ADD
Show: