Share via


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)

属性值

将跨所有瀑布步骤持久保存的值的字典。

适用于