CompiledExpressionInvoker Constructor
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 a new instance of the CompiledExpressionInvoker class using the expression, isReference and metadata.
public:
CompiledExpressionInvoker(System::Activities::Expressions::ITextExpression ^ expression, bool isReference, System::Activities::CodeActivityMetadata metadata);
public CompiledExpressionInvoker(System.Activities.Expressions.ITextExpression expression, bool isReference, System.Activities.CodeActivityMetadata metadata);
new System.Activities.Expressions.CompiledExpressionInvoker : System.Activities.Expressions.ITextExpression * bool * System.Activities.CodeActivityMetadata -> System.Activities.Expressions.CompiledExpressionInvoker
Public Sub New (expression As ITextExpression, isReference As Boolean, metadata As CodeActivityMetadata)
Parameters
- expression
- ITextExpression
The expression.
- isReference
- Boolean
true
to keep object reference data; otherwise, false
.
- metadata
- CodeActivityMetadata
The activity metadata.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา