WorkflowHelpers.DeserializeProcessParameters 方法 (String)

您可以在還原序列化指定的 XAML 字串的資料建立並傳回與 Activity 物件。

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

語法

'宣告
Public Shared Function DeserializeProcessParameters ( _
    parameterValues As String _
) As IDictionary(Of String, Object)
public static IDictionary<string, Object> DeserializeProcessParameters(
    string parameterValues
)

參數

  • parameterValues
    型別:System.String
    描述參數和值的字串。

傳回值

型別:System.Collections.Generic.IDictionary<String, Object>
指定字串的 XAML 定義的 Activity

.NET Framework 安全性

請參閱

參考

WorkflowHelpers 類別

DeserializeProcessParameters 多載

Microsoft.TeamFoundation.Build.Workflow 命名空間