WaterfallStepContext.Values 属性

定义

获取一个值字典,这些值将在所有瀑布作中持久保存。

public System.Collections.Generic.IDictionary<string,object> Values { get; }
member this.Values : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Values As IDictionary(Of String, Object)

属性值

将在整个瀑布步骤中持久保存的值字典。

适用于