WorkflowHelpers.DeserializeProcessParameters 方法 (String, IList<ProcessParameterError>%)

將 XAML 序列化的字典的參數值。 未知的型別並不存在的成員將會忽略參數,以在載入字典時,以及特定錯誤填入的錯誤集合。

命名空間:  Microsoft.TeamFoundation.Build.Workflow
組件:  Microsoft.TeamFoundation.Build.Workflow (在 Microsoft.TeamFoundation.Build.Workflow.dll 中)

語法

'宣告
Public Shared Function DeserializeProcessParameters ( _
    parameterValues As String, _
    <OutAttribute> ByRef errors As IList(Of ProcessParameterError) _
) As IDictionary(Of String, Object)
public static IDictionary<string, Object> DeserializeProcessParameters(
    string parameterValues,
    out IList<ProcessParameterError> errors
)

參數

  • parameterValues
    類型:System.String
    字典的 XAML 字串表示。

傳回值

類型:System.Collections.Generic.IDictionary<String, Object>
流程參數序列化為字典

.NET Framework 安全性

請參閱

參考

WorkflowHelpers 類別

DeserializeProcessParameters 多載

Microsoft.TeamFoundation.Build.Workflow 命名空間