Argument.ResultValue 字段

定义

表示“Result”的常量值,该值对应于表达式基类 ActivityWithResult 中类型为 OutArgumentResult 属性的名称。

public: System::String ^ ResultValue;
public const string ResultValue;
val mutable ResultValue : string
Public Const ResultValue As String 

字段值

注解

使用此常量可在使用后期绑定时引用表达式活动的结果。

适用于