WorkflowHelpers.DeserializeProcessParameters Method (String)

Creates and returns an Activity object by deserializing the data in the specified XAML string.

Namespace:  Microsoft.TeamFoundation.Build.Workflow
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Shared Function DeserializeProcessParameters ( _
    parameterValues As String _
) As IDictionary(Of String, Object)
public static IDictionary<string, Object> DeserializeProcessParameters(
    string parameterValues
)
public:
static IDictionary<String^, Object^>^ DeserializeProcessParameters(
    String^ parameterValues
)
static member DeserializeProcessParameters : 
        parameterValues:string -> IDictionary<string, Object> 
public static function DeserializeProcessParameters(
    parameterValues : String
) : IDictionary<String, Object>

Parameters

  • parameterValues
    Type: System.String

    A XAML string that describes the parameters and values.

Return Value

Type: System.Collections.Generic.IDictionary<String, Object>
An Activity defined by the specified XAML string.

.NET Framework Security

See Also

Reference

WorkflowHelpers Class

DeserializeProcessParameters Overload

Microsoft.TeamFoundation.Build.Workflow Namespace