共用方式為


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)

屬性值

值字典,這些值會保存在所有瀑布步驟中。

適用於